nv50: don't validate arrays on clear
[mesa.git] / src /
2010-03-21 Christoph Bumillernv50: don't validate arrays on clear
2010-03-21 Christoph Bumillernv50: get rid of the static_init stateobj
2010-03-21 George Sapountzisgallium: add soft screen helper
2010-03-21 George Sapountzisdri1_api: need not include drm.h
2010-03-21 George Sapountzisdrm/sw: does not need sw_winsys
2010-03-21 George Sapountzisdrm/sw: llvmpipe texture_from_handle
2010-03-21 George SapountzisMakefile.template: respect LIBRARY_DEFINES in mkdep
2010-03-21 George Sapountzisrename dri_sw to drisw_util for consistency
2010-03-21 George Sapountzisdri_inteface: add define for checking presence of drm.h
2010-03-21 George Sapountzisglx: minor cosmetic
2010-03-21 George Sapountzisglx: swapBuffers prototype has changed
2010-03-21 Francisco Jerezdri/nouveau: Reemit the light model state when lighting...
2010-03-21 Francisco Jerezdri/nouveau: Random cleanups.
2010-03-21 Dave Airlier300g: fix occlusion query hangs.
2010-03-21 Dave Airlier300g: add bufmgr cached for vertex/index buffers.
2010-03-21 Dave Airliegallium: cached bufmgr add map busy check
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-21 Marek Olšákr300g: align misaligned ushort vertex indices
2010-03-21 Marek Olšákr300g: fix misaligned generated offset for ubyte vertex...
2010-03-21 Marek Olšákr300g: split the vertex buffer alignment validation
2010-03-21 Marek Olšákr300g: skip null vertex buffers
2010-03-21 Marek Olšákr300/compiler: fix assertion failure in the r500-fragpr...
2010-03-21 Corbin Simpsonr300g: Bump immediate limits.
2010-03-21 Corbin Simpsonr300g: Correctly hax max_index on pipe_vertex_buffers.
2010-03-20 Corbin Simpsonradeong: Use TRUE and FALSE.
2010-03-20 Corbin Simpsonradeong: Test the BO ptr for NULL instead of using...
2010-03-20 Dave Airlier300g: winsys fix tiling change flushes.
2010-03-20 Dave Airlier300g: add buffer/texture referenced checks.
2010-03-20 Brian Paulmesa: added GL3 query for GL_TEXTURE_SHARED_SIZE
2010-03-20 Brian Paulmesa: added missing glGet query for GL_MAX_ARRAY_TEXTUR...
2010-03-20 Brian Paulmesa: added new GL3 buffer object queries
2010-03-20 Brian Paulmesa: added GL3 buffer attachment aliases
2010-03-20 Brian Paulmesa: added GL3 ContextFlags field and query code
2010-03-20 George Sapountzisst/dri: fix bug in make_current
2010-03-20 George Sapountzisst/dri: fix bug in allocate_textures
2010-03-19 Brian Paulgallivm: simplify and clean-up Z/stencil bit mask/shift...
2010-03-19 Roland Scheideggercso: remove cso_set/save/restore_sampler_textures
2010-03-19 Roland Scheideggerst/vega: fix up vega state tracker to use cso changes
2010-03-19 Brian Paules: added -I$(TOP)/include path
2010-03-19 Michal Krolgallium/docs: Clarify sampler view descriptions.
2010-03-19 Corbin Simpsongallium/docs: Fix a couple ReST errors.
2010-03-19 Marek Olšákr300g: lod min/max clamping should be relative to the...
2010-03-19 Marek Olšákr300g: fix breakage after the gallium-sampler-view...
2010-03-19 Marek Olšákr300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer suppo...
2010-03-19 Marek Olšákr300g: mark SRGB colorbuffers as unsupported
2010-03-19 Marek Olšákr300g: add generating texture coordinates for point...
2010-03-18 Brian Paulgallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stenc...
2010-03-18 Brian Paulgallivm: fix broken INCR/DECR stencil modes
2010-03-18 Brian Paulgallivm/llvmpipe: added lp_rast_shader_inputs::facing...
2010-03-18 Brian Paulllvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST
2010-03-18 Alan HourihaneAdd format B5G5R5X1
2010-03-18 Brian Paulgallivm/llvmpipe: simplify front/back stencil ref value...
2010-03-18 Brian Paulgallivm: checkpoint WIP two-sided stencil test
2010-03-18 Brian Paulllvmpipe: set opaque = FALSE if stencil enabled
2010-03-18 Francisco Jerezdri/nouveau: Flush after texture validation.
2010-03-18 Francisco Jerezdri/nouveau: Avoid pushbuf flushes in the middle of...
2010-03-18 Francisco Jerezdri/nouveau: Implement texcoord generation.
2010-03-18 Francisco Jerezdri/nouveau: Implement texture matrices.
2010-03-18 Francisco Jerezdri/nouveau: Some minor vertex submission fixes.
2010-03-18 Xavier Chantrydri/nouveau: only reallocate texture when needed
2010-03-18 José Fonsecallvmpipe: Fix crashes when there is no depth buffer...
2010-03-18 Kristian Høgsbergintel: Call _mesa_make_current() after getting initial...
2010-03-18 Chia-I Wust/mesa: Set the pipe context of the texture object.
2010-03-18 Chia-I Wust/dri: Switch from st_public.h to st_api.h.
2010-03-18 Chia-I Wust/dri: Implement st_api.h callbacks.
2010-03-18 Chia-I Wust/dri: Headers and public symbols clean up.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_context.c to dri1.c.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_drawable.c to dri1.c.
2010-03-18 Chia-I Wust/dri: Move DRI1 bits in dri_screen.c to dri1.c.
2010-03-17 Brian Paulgallivm/llvmpipe: basic stencil testing works
2010-03-17 Brian Paulllvmpipe: remove incorrect depth test check
2010-03-17 Brian Paulgallivm: added lp_build_andc()
2010-03-17 Brian Paulllvmpipe: silence some pointer/casting warnings
2010-03-17 Brian Paulgallivm/llvmpipe: more asst changes for stencil testing
2010-03-17 Brian Paulgallivm/llmvpipe: pass stencil refs state into z/stenci...
2010-03-17 Brian Paulllvmpipe: use new LP_JIT_CTX_ enums for jit context...
2010-03-17 Brian Paulllvmpipe: added stencil ref values to jit context state
2010-03-17 Brian Paulllvmpipe: break lines
2010-03-17 Eric Anholtintel: Replace mt->pitch with mt->region->pitch.
2010-03-17 Eric Anholtintel: Return false like other blit failure paths if...
2010-03-17 Eric Anholtintel: Respect src pitch in _mesa_copy_rect().
2010-03-17 Eric Anholtintel: Rely on allocated region pitch for the miptree...
2010-03-17 Eric Anholtintel: Assert that the linear blits succeed.
2010-03-17 Eric Anholtintel: Remove level_offset now that it's unused.
2010-03-17 Eric Anholtintel: Remove extra tiling setting after allocating...
2010-03-17 Eric Anholtintel: Rename the z24_x8 depth spans to z24_s8 since...
2010-03-17 Brian Paulst/mesa: plug in default for pipe_context::surface_copy...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Brian Paulst/mesa: fix glCopyPixels bugs/crashes when src region...
2010-03-17 Brian Paulmesa: rename params in prototype to match implementation
2010-03-17 Brian Paulglapi: fix assorted warnings
2010-03-17 Brian Paulswrast: remove unused compute_coveragei() function
2010-03-17 Corbin Simpsonst/mesa: Fix build breakage.
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Brian Paulcell: add missing semicolon
2010-03-16 Christoph Bumillernv50: support more formats in surface_copy,fill
2010-03-16 Eric Anholti965: Fix readpixels from ReadBuffer != DrawBuffer.
2010-03-16 Eric Anholti965: Fix inversion for glCopyPixels to/from FBOs.
2010-03-16 Eric Anholtintel: Remove more code for x8z24 visuals, since we...
2010-03-16 Eric AnholtRevert "i965: Do VS SGT, SLT, and friends using CMP...
next