st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0
[mesa.git] / src /
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 Marek Olšákr300/compiler: fix assertion failure in the r500-fragpr...
2010-03-20 Chia-I Wuglapi: Fix aliases to non-static functions.
2010-03-20 Chia-I Wuglapi: Correctly generate static disatches for X86.
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 Marek Olšákr300g: remove hacks from translate_vertex_data_swizzle
2010-03-19 Brian Pauldrivers/x11: add PUBLIC qualifier to more API functions
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 Ian Romanickintel: Use bit-wise not instead of logical not (i830...
2010-03-19 Ian Romanickintel: Correct value of S0_VB_OFFSET_MASK to match...
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 Ian RomanickUse bit-wise not instead of logical not.
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 Brian Paulst/mesa: s/unpack/pack/ to be more consistent
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 Kristian Høgsbergintel: Call _mesa_make_current() after getting initial...
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 Paulcell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE
2010-03-17 Brian Paulcell: be more conservative in cell_is_format_supported()
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...
2010-03-16 Eric AnholtRevert "i965: Do FS SLT, SGT, and friends using CMP...
2010-03-16 Eric Anholtmeta: Fix up restoration of state if _mesa_map_pbo_sour...
2010-03-16 Eric Anholtmeta: Properly refcount our saved programs and texobjs.
2010-03-16 Brian Paulgallium: add target-helpers/wrap_screen.c to C_SOURCES
2010-03-16 Eric Anholti965: Fix ENDLOOP to only patch up this loop's BREAK...
2010-03-16 Eric Anholti965: Unalias all GLSL source regs from the destination...
2010-03-16 Eric Anholti965: Fix nested loops in the VS.
2010-03-16 Eric Anholti965: Fix up VP constbuf leak on program delete.
2010-03-16 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-16 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-16 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-16 Michal Krolst/mesa: Invalidate sampler view when texture object...
2010-03-16 Ian Romanickmesa: set version string to 7.8-rc1
2010-03-16 Matthew W. S. BellCorrect GL_EQUIV code in r67/7xx.
2010-03-16 Roland Scheideggerst/xorg: fix up xorg state tracker to use cso changes
2010-03-16 Pauli Nieminenradeon: Fix buffer object unmap to be called only once...
2010-03-16 José Fonsecalibgl-xlib: Use a simple GALLIUM_DRIVER env var to...
next