2009-05-09 |
Corbin Simpson | r300-gallium: vs: Add SLT, clean up MAX. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium: vs: Add MAX. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium: vs: Add scalar setup, RSQ. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium: vs: Add writemasks. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium: Fix bad cast. Space accounting completely... |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium, radeon: BO handling fixes, some useful... |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | radeon-gallium: Shut up Valgrind. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium, radeon: A couple cleanups. |
commit | commitdiff | tree |
2009-05-09 |
Corbin Simpson | r300-gallium: Finish space accounting. |
commit | commitdiff | tree |
2009-05-08 |
Robert Ellison | i965: improve debug logging |
commit | commitdiff | tree |
2009-05-08 |
Robert Ellison | i965: fix memory leak in context/renderbuffer region... |
commit | commitdiff | tree |
2009-05-08 |
Robert Ellison | i965: fix segfault on low memory conditions |
commit | commitdiff | tree |
2009-05-08 |
Robert Ellison | mesa: Fixed a texture memory leak |
commit | commitdiff | tree |
2009-05-08 |
Eric Anholt | intel: Add a metaops version of glGenerateMipmapEXT... |
commit | commitdiff | tree |
2009-05-08 |
Eric Anholt | intel: Put the constant texcoords used in metaops into... |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | i965: const qualifiers |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | mesa: raise MAX_VARYING (number of shader varying vars... |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | mesa: assertions to check for too many vertex outputs... |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | glsl: check number of varying variables against the... |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | mesa: issue warning for out of bounds array indexes |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | i965: don't use GRF regs 126,127 for WM programs |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | glsl: set vertex/fragment program Ids to aid with debugging |
commit | commitdiff | tree |
2009-05-08 |
Brian Paul | mesa: more shader debug code (disabled) |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | mesa/st: keep surface_copy arguments positive |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | mesa/st: remove redundant call to st_finish in CopyTexS... |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | wgl: Export pixelformats with accumulation bits. |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | mesa/st: cope with non-ibo index data in st_draw_feedback.c |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | util/upload: catch failures to map_range and return... |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | scons: mingw is broken with -O1 and higher |
commit | commitdiff | tree |
2009-05-08 |
Keith Whitwell | stw: fix potential uninitialized use of curctx |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | wgl: Enforce a minimum 1x1 framebuffer size. |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | wgl: Add assertion for missing function. |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | wgl: Remove unused variable. |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | mesa: Make _mesa_share_state thread safe. |
commit | commitdiff | tree |
2009-05-08 |
José Fonseca | wgl: Implement ShareLists. |
commit | commitdiff | tree |
2009-05-07 |
Ben Skeggs | nouveau: respect GALLIUM_STATE_TRACKERS_DIRS |
commit | commitdiff | tree |
2009-05-07 |
Ben Skeggs | nouveau: remove dri1 code now we're using the dri state... |
commit | commitdiff | tree |
2009-05-07 |
Ben Skeggs | nouveau: use dri state tracker for dri1 |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: make the array object save/remove functions static |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: clean-up vertex array object VBO unbinding and... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | demos: delete vertex array objects upon exit |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: reference counting for gl_array_object |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: array object comments |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: move the NullBufferObj from GLcontext to gl_share... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: fix comments, s/texture/buffer/ |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | vbo: in glDraw[Range]Element() code, check for out... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: remove unused gl_buffer_object::OnCard field |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: added gl_buffer_object::Written flag (for debug... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: Compute gl_client_array->_MaxElement during array... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: GLvector4f:: flags is a GLbitfield, update commen... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: add storage_count field to GLvector4f. Useful... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: use array->BufferObj instead of ctx->Array.ArrayB... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: added _ElementSize field to gl_client_array |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: use local var to make code a bit more concise |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: fix/add comments |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: use _mesa_sizeof_type() in vbo split code |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: vbo code reformatting, clean-up, comments |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: add GL_DOUBLE case in _mesa_sizeof_type() |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: in vbo split code, map buffers read-only, not... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: limit number of error raised by invalid GL_TEXTUR... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | tnl: added some clip debug/print code (disabled) |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: reformatting, updated comments, const-correctness |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | tnl: replace 0x3f with CILP_FRUSTUM_BITS |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | i965: relAddr local var (to make debug/test a little... |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | swrast: fix span clipping bug |
commit | commitdiff | tree |
2009-05-07 |
Brian Paul | mesa: unmap buffer objects during context tear-down |
commit | commitdiff | tree |
2009-05-07 |
Eric Anholt | i965: Remove bad constant buffer constant-reg-already... |
commit | commitdiff | tree |
2009-05-07 |
Eric Anholt | intel: Unmap buffers if needed at DeleteBuffer time. |
commit | commitdiff | tree |
2009-05-06 |
Brian Paul | mesa: remove unnecessary buffer size check |
commit | commitdiff | tree |
2009-05-06 |
Brian Paul | mesa: code consolidation in glDraw[Range]Elements(... |
commit | commitdiff | tree |
2009-05-06 |
Brian Paul | mesa: new comments, minor reformatting |
commit | commitdiff | tree |
2009-05-06 |
Brian Paul | mesa: use elementBuf local var instead of ctx->Array... |
commit | commitdiff | tree |
2009-05-06 |
Eric Anholt | i965: Remove the forced lack of caching for renderbuffe... |
commit | commitdiff | tree |
2009-05-06 |
Eric Anholt | i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup... |
commit | commitdiff | tree |
2009-05-06 |
Brian Paul | mesa: be smarter about allocating vert/frag program... |
commit | commitdiff | tree |
2009-05-06 |
Eric Anholt | i965: Split WM constant buffer update from other WM... |
commit | commitdiff | tree |
2009-05-06 |
Eric Anholt | i965: Disentangle VS constant surface state from WM... |
commit | commitdiff | tree |
2009-05-06 |
Eric Anholt | i965: Don't create constant buffers if they won't be... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | mesa: only use fallback texture when using shaders... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | Revert "mesa: only use fallback texture when using... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | mesa: only use fallback texture when using shaders... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | mesa: only use fallback texture when using shaders... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | mesa: minor simplification in enable_texture(), updated... |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | gallium: remove redundant cube face #defines |
commit | commitdiff | tree |
2009-05-05 |
Brian Paul | gallium: fix texcoords for cubemap mipmap generation |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | progs/trivial: add test for vertex program invarient... |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | mesa: more complete fix for transform_invarient glitches |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | mesa/main: set PREFER_DP4 to match position_invarient... |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | wgl: Implemente SwapLayerBuffers. |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | scons: Don't use deprecated Options. |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | util: Limit the stack walk to avoid referencing undefin... |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | gallium/tgsi: hack around linker/archiver breakage |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | progs/trivial: add vbo-noninterleaved test |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | wgl: Include alpha bits in pixel format's cColorBits... |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | gallium/draw: cope with unused vertex_elements |
commit | commitdiff | tree |
2009-05-05 |
Keith Whitwell | trivial: add line-flat.c |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | wgl: UINT_PTR null value is an integral type, so return... |
commit | commitdiff | tree |
2009-05-05 |
José Fonseca | pb: Save the stack backtrace when creating/mapping... |
commit | commitdiff | tree |
next |