2008-05-19 |
Brian Paul | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Paul | gallium: fix some texture object leaks |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Paul | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Paul | if x86_get_func() returns NULL, handle it properly... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Paul | fix program delete/refcount bug |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Paul | Fix program refcounting assertion failure during contex... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
José Fonseca | i915simple: Fix win9x build. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
José Fonseca | gallium: Additional formats for bump mapping. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
José Fonseca | gallium: Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | fix program delete/refcount bug |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | print vertex.attrib[n] (from master) |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | Fix some bugs in material, depth range state |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | Regenerated API dispatch files |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Brian Paul | alias ProgramEnvParameter4xyARB and ProgramParameter4xy... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | cosmetic changes |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | fix rsq |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | fix abs and start on rsq |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | do the lit (some artifacts present) |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | implement min/max and abstract ops on vectors |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | llvm: implement sub and abs |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | fix injections of functions from builtins into shaders |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Zack Rusin | move the swizzling code to gallivm in preperation for... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Brian Paul | gallium: in drivers, make copy of tokens passed to... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Brian Paul | gallium: remove deprecated format names |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Brian Paul | s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/ |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | gallium: fix glBitmap surface memleak in context tear... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | gallium: release textures during context tear-down... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | gallium: ref counting clean-ups |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | mesa: call glutDestroyWindow() on exit to help find... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | bring in fixes/changes from master |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | Fix a program refcounting error, don't share program... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brian Paul | fix an attr/src mix-up when setting-up/binding vertex... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brian Paul | fix parsing of state.texenv.color (bug 14931) |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brian Paul | Consolidate texture fetch code and use partial derivati... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: fix InfoLog memleak, misc sync with master |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eric Anholt | Bug #13492: Only call ProgramStringNotify if program... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian | fix swizzle error test (bug 11881) |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | fix-up inlined/non-inlined function inconsistencies |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: rm unneeded file |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: prefix rm command with - |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | rewrite some of the mat*mat, mat*vec intrinsics |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: regenerate slang built-in data (asin(vec4) fix) |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: fix missing w assignment in asin(vec4) |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: use CALLOC_STRUCT() |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: sync up swrast/s_fragprog.c with master |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: updated comment |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: minor bug fixes from master |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: dead code removal |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: minor bug fixes, null ptr checks, dead code removal |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: fix errors in LightModelProduct state, other... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: glUniform(location==-1) is not an error |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | fix some additional program refcounting bugs |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | fix some additional program refcounting bugs |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zack Rusin | adjust llvm code to the changes in 2.3 |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian | gallium: optimize the flush_spans() function |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian | gallium: remove unused code |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Michel Dänzer | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Michel Dänzer | draw: Fix number of vertices allocated in draw_pt_emit(). |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Roland Scheidegger | gallium: depth textures have usage depth_stencil instea... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | draw: fix translate double-free, minor cleanups |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-tex... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | draw: mimize cost of translate key compares, use cache... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | translate: helper functions for mimizing cost of key... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
José Fonseca | gallium: Define util_vsprintf. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-09 |
José Fonseca | gallium: Disable debug_get_option for release builds... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
José Fonseca | gallium: Don't serialize GPU writes. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brian Paul | gallium: don't free shader.tokens in get_passthrough_fs() |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brian Paul | gallium: fix out of tex memory crashes |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brian Paul | gallium: handle null ptrs |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: re-enable call to init_renderbuffer_bits(... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: fix render to depth texture |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: replace pipe_buffer_destroy() call with pipe_b... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: remove dead code |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: no-op st_Bitmap() if width or height is zero |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: clean-up, minor fix |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | draw: only fill in / compare the part of the translate... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | xlib: more SP_NO_RAST support |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | softpipe: don't calc det if NO_RAST set |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | gallium: plug in dummy stage->destroy func |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Michel Dänzer | Merge branch 'gallium-0.1' into gallium-tex-surfaces |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Michel Dänzer | cso_cache: Fix test for currently bound blend state. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
José Fonseca | pipebuffer: Temporarily reimplement validation as growa... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | disable GL_DEPTH_TEST before glDrawPixels in case windo... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Michel Dänzer | gallium: Make sure functions have proper prototypes... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
José Fonseca | pipebuffer: Preliminary buffer validation. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
José Fonseca | gallium: Really free hash entries. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
José Fonseca | pipebuffer: Don't include standard headers directly. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Paul | mesa: minor fixes in _mesa_free_shader_program_data... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | gallium: fix some render to texture bugs |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | mesa: document a/s keys |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | mesa: add texturing to thread test |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-tex... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | mesa: free shader program data before deleting shader... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | gallium: implement full reference counting for vertex... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | mesa: update/add newer GL ES headers |
commit | commitdiff | tree | snapshot |
2008-05-07 |
José Fonseca | gallium: Implement util_pack_color for A8, L8, and... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
José Fonseca | gallium: Fix release build. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Michal Krol | gallium: Fix compilation errors. |
commit | commitdiff | tree | snapshot |
next |