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 |
2009-05-05 |
José Fonseca | pb: Dump the fenced buffer sizes. |
commit | commitdiff | tree |
2009-05-05 |
Stephane Marchesin | nv04: small fix again |
commit | commitdiff | tree |
2009-05-05 |
Stephane Marchesin | Fix an nv04 bug (thanks Mhopf). |
commit | commitdiff | tree |
2009-05-04 |
Brian Paul | mesa: also print program params/constants when dumping... |
commit | commitdiff | tree |
2009-05-04 |
Brian Paul | mesa: remove some unfinished/devel code |
commit | commitdiff | tree |
2009-05-04 |
Brian Paul | glx: replace Xmalloc() calls with Xcalloc() |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | draw: added some inf/nan debug code (disabled) |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | gallium/glx: say we're direct rendering |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | st: create renderbuffer's pipe_surface in st_render_tex... |
commit | commitdiff | tree |
2009-05-02 |
Brian Paul | mesa: fix state validation bug for glCopyTex[Sub]Image() |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | st: if st_swapbuffers() is called for single-buffered... |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | xlib winsys: use new st_swapbuffers() function |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | st: when creating an on-demand front color buffer,... |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | st: added st_renderbuffer::defined flag |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | mesa: fix comment |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-05-01 |
Tom Fogal | Fix symbol list for mangled Mesa on Darwin. |
commit | commitdiff | tree |
2009-05-01 |
Brian Paul | set: new st_swapbuffers() which does a true front/back... |
commit | commitdiff | tree |
next |