intel / DRI2: When available, use DRI2GetBuffersWithFormat
[mesa.git] / src / mesa / state_tracker /
2009-04-22 Brian Paulst: comments, license, copyright
2009-04-22 Brian Paulst: also check _NEW_PROGRAM flag for vertex shader...
2009-04-22 Thomas Hellstromgallium: Reinstate unconditional flushes.
2009-04-21 Brian Paulst: play it safe for now and check _NEW_PROGRAM for...
2009-04-21 Brian Paulst: use the static atoms[] array directly
2009-04-21 Brian Paulst: do away with dynamic state atom for const buffers
2009-04-21 Brian Paulst: report GL_OUT_OF_MEMORY instead of asserting
2009-04-20 José Fonsecamesa: Handle failure to create a transfer.
2009-04-20 Keith Whitwellst: assert on pipe_buffer_create failure
2009-04-20 Michel Dänzergallium: Fix glDraw/CopyPixels fragment program leak.
2009-04-19 Jakob Bornecrantzst: Wait to create bitmap transfer until needed
2009-04-17 Thomas Hellstromgallium: Create OGL state tracker wrappers for various...
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Brian Paulst: remove XXX comment
2009-04-15 Brian Paulst: check for fast memcpy path in decompress_with_blit()
2009-04-15 Brian Paulst: st_equal_formats() function to compare gallium...
2009-04-15 Brian Paulst: decompress_with_blit() path for glGetTexImage().
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-15 José Fonsecamesa: TGSI translation of multiple render targets.
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-14 José Fonsecamesa: Fix gcc assembly enable logic.
2009-04-10 Brian Paulgallium: remove pipe_texture::compressed field
2009-04-09 Brian Paulst: remove another unneeded 'is compressed' comparison
2009-04-09 Brian Paulst: remove unneeded "is compressed" check
2009-04-09 Brian Paulst: rearrange some code to be a little more clear
2009-04-09 Brian Paulgallium: remove unneeded compressed=0 assignment
2009-04-09 Brian Paulst: remove comp_byte parameter to st_texture_create()
2009-04-09 Brian Paulst: consolidate format->usage computation
2009-04-09 Brian Paulst: add const qualifiers, use GL types
2009-04-09 Brian Paulst: make loops over 3D texture slices a litte more...
2009-04-09 Brian Paulst: reformatting and clean-ups in texture code
2009-04-08 Jakob Bornecrantzst: If the hw supports it do hw conversion of texture...
2009-04-08 Alan Hourihanegallium: when using gl_PointCoord ensure we use the...
2009-04-07 Brian Paulst: implement glCopyTexImage() for GL_DEPTH24_STENCIL8...
2009-04-07 Brian Paulst: implement GL_DEPTH_STENCIL format for glReadPixels...
2009-04-06 Brian Paulst: as with swrast, interpret texture border color...
2009-04-06 Brian Paulst: rename a helper function
2009-04-06 José Fonsecamesa: Fix orientation adjustment for reading stencil...
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Add utility helper for packing combined depth...
2009-04-03 Brian Paulmesa: move glGetTexImage(), glGetCompresssedTexImage...
2009-04-03 Brian Paulmesa: remove the noClamp parameter to _mesa_pack_rgba_s...
2009-04-03 Alan Hourihanemesa: ensure pbo stencil buffers are mapped before use
2009-03-31 José Fonsecagallium: Move pf_is_depth_stencil to p_format.h.
2009-03-28 Roland Scheideggermesa: add new signed rgba texture format
2009-03-27 José Fonsecamesa: Support Z24S8 wherever S8Z24 is supported.
2009-03-26 Brian Paulst: init the default texture to (0,0,0,1)
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-24 Keith Whitwellmesa/st: bump gallium version to 0.3
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Michal Krolst: Silence compiler warnings.
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-19 Alan Hourihanemesa: check renderbuffer is defined before use.
2009-03-19 Jakob Bornecrantzst/gl: Only transfer needed parts in st_TexSubimage
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Brian Paulst: need to free/realloc pipe texture when we're handed...
2009-03-18 Brian Paulst: clean up some if-statment code
2009-03-18 Brian Paulst: update texture comments
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Keith Whitwellmesa/st: add check for null front renderbuffer
2009-03-13 Keith Whitwellmesa/st: don't call finish in st_glFlush()
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-09 Brian Paulst: silence warning
2009-03-09 Brian Paulst: remove unused DrawPixels code
2009-03-09 Brian Paulst: use pointer_to_offset() cast wrapper to convert...
2009-03-09 Keith Whitwellst: also check for a8 texture support in bitmap code
2009-03-07 Brian Paulgallium: use unsigned long to silence warnings with...
2009-03-07 Brian Paulmesa: move glViewport and glDepthRange functions into...
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Follow ARB_map_buffer_range more stricly.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Clear cache->trans after destroying the transfer.
2009-03-04 José Fonsecamesa: Clear cache->trans after destroying the transfer.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José Fonsecamesa: Implement and use FlushMappedBufferRange.
2009-03-04 Michel Dänzergallium: Remove some superfluous instances of #include...
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 Brian Paulgallium: remove old state tracker renderbuffer attachme...
2009-03-03 José Fonsecamesa: Massage the interface to more closely resemble...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellmesa/st: implement MapBufferRange callback
2009-03-02 Brian Paulgallium: only enable depth test if a depth bufffer...
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Joakim Sindholtmesa: fix remaining FEEDBACK_TOKEN macros
2009-02-27 Brian Paulgallium: fix state tracker's stencil buffer test
2009-02-27 Brian Paulgallium: add st_validate_framebuffer() driver function
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-23 Brian Paulgallium: include st_cb_viewport.h to silence warning
2009-02-23 Brian Paulgallium: fix build breakage in st_cb_viewport.c
2009-02-23 Alan Hourihanemesa: only call update_buffer when it's available
next