gallium: make u_blitter code save/restore stencil ref values
[mesa.git] / src / mesa /
2010-02-11 Roland Scheideggergallium: give pipe_stencil_ref its own cso_save/restore...
2010-02-11 Roland Scheideggergallium: also save/restore stencil_ref in cso_save...
2010-02-10 Roland Scheideggerst/mesa: more fixes for stencil ref change.
2010-02-09 Roland Scheideggergallium: don't put stencil ref value in pipe_depth_sten...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-08 Roland Scheideggerst/mesa: fix wrong initialization of MaxPointSize
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx
2010-02-09 Brian Paulst/mesa: remove special-case cyl-wrap code
2010-02-09 Brian Paulst/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag
2010-02-09 Brian Paulmesa: add back-door support for cylindrical texture...
2010-02-09 Michal Krolmesa: Enable true refcounting for NullBufferObj.
2010-02-09 Michal Krolmesa: Protect buffer objects reference counting with...
2010-02-09 José Fonsecamesa: Ensure object refcount is null when destroying...
2010-02-09 José Fonsecamesa: Fix null buffer object reference counting.
2010-02-09 José Fonsecamesa: Always do proper ref counting of shared state.
2010-02-08 Dave Airlieradeon: fix UMS since stp addition.
2010-02-07 Pauli Nieminenmesa: Fix mesa_next_pow_two to return same value if...
2010-02-07 Pauli Nieminenr200: Fix LOD min/max emit.
2010-02-07 Pauli Nieminenr100/r200/r300/r600: Set MaxCombinedTextureImageunits.
2010-02-07 Pauli Nieminenr200: Fix lod bias correction.
2010-02-06 Pauli Nieminenr200: Add some debug output to texture function.
2010-02-06 Pauli Nieminenr300: Fix emit size prediction to know about primitive...
2010-02-06 Pauli Nieminenradeon: Add some debug output to texture function.\n
2010-02-06 Pauli Nieminenradeon: Use _mesa_next_pow_two_32 instead of own implem...
2010-02-06 Pauli Nieminenmesa/main: Add function to find next higher power of...
2010-02-06 Pauli Nieminenradeon: Add some debug output to miptree code.
2010-02-06 Pauli Nieminenradeon: Remove the loop from stride size calculation.
2010-02-06 Damien Lespiauintel: Allow L8 PBO blit uploads.
2010-02-06 Eric Anholti965: Keep the CURBE BO mapped and memcpy instead of...
2010-02-06 Eric Anholti965: Reset the "need new CURBE BO" flag when we make...
2010-02-06 Eric Anholtintel: Check aperture size when doing a blit glClear.
2010-02-06 Eric Anholtintel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_...
2010-02-05 Brian Paulst/mesa: allow negative index for PROGRAM_STATE_VAR
2010-02-05 Brian Paulmesa: debug output for ARL
2010-02-05 Brian Paulosmesa: Add OSMesaColorClamp and OSMesaGetProcAddress...
2010-02-05 Kristian Høgsbergglapi: Add back the reduced Noop dispatch
2010-02-05 Brian Paulst/mesa: 'fix' point coord semantic info
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-05 Pauli Nieminenr200: Optimize polygon stipple emit.
2010-02-05 Pauli Nieminenr200: Add trace logging to r200PointSize.
2010-02-05 Keith WhitwellMerge commit 'fj/mesa-next'
2010-02-05 Pauli Nieminenr100: Add the polygon stipple state to the state list.
2010-02-04 Brian Paulmesa: change ctx->Driver.ProgramStringNotify() to retur...
2010-02-04 Pauli Nieminenr200: Add the polygon stipple state to the state list.
2010-02-04 Pauli Nieminenr200: Add logging for glPolygonStripple.
2010-02-04 Pauli Nieminenradeon: Make debugging automaticaly increase logging...
2010-02-04 Francisco JerezImport a classic DRI driver for nv0x-nv2x.
2010-02-04 Roland Scheideggergallium: add point_quad_rasterization bit to rasterizer...
2010-02-04 Roland Scheideggergallium: add point size clamp to implementation limits...
2010-02-04 Alex Deucherr600: reduce number of cache flushes
2010-02-04 Pauli Nieminenswrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot
2010-02-04 Vinson Leest/mesa: Remove unnecessary headers.
2010-02-04 Pauli NieminenRevert "mesa: fix transform_points_3d_no_rot using...
2010-02-03 Brian Paulmesa: increase number of texture units to MAX_COMBINED_...
2010-02-03 Brian Paulmesa: re-dimension RasterTexCoords and CoordReplace
2010-02-03 Brian Paulmesa: added texcoord unit assertion
2010-02-03 Brian Paulmesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS
2010-02-03 Brian Paulmesa: added tex unit assert, use Elements() macro
2010-02-03 Brian Paulmesa: check for invalid texture coord unit in glGet...
2010-02-03 Brian Paulmesa: check/clamp texture/program matrix accesses
2010-02-03 Brian Paulmesa: add error check for querying invalid texture...
2010-02-03 Brian Paulmesa: use Elements() as limit in loops over texture...
2010-02-03 Brian Paulmesa: add out of bounds assertions for accessing textur...
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Roland Scheideggergallium: clean up point sprite rasterizer state
2010-02-03 Francisco Jerezmesa: Factor out the fb initialization details from...
2010-02-03 Keith Whitwellvbo: fix void * arithmetic warning
2010-02-03 Francisco Jerezvbo: Fix up in-place splitting for non-contiguous/index...
2010-02-03 Keith Whitwellmesa/st: bump the gallium version number
2010-02-03 Keith Whitwellst/mesa: remove some floating point divides in viewport...
2010-02-03 Dave Airlier300: fix compiler bugs introduced with MRT changes.
2010-02-02 Scott MoreauTrack frag shader changes introduced by commit 47695665...
2010-02-02 Francisco Jerezmesa: Add a BITSET_FFS function.
2010-02-02 José Fonsecagallium: pipe/p_inlines.h -> util/u_inlines.h
2010-02-02 Corbin Simpsonr300compiler: Add MRT number to debugging output.
2010-02-02 Corbin Simpsonr300compiler, r300 classic, r300g: Add support for...
2010-02-02 Pauli Nieminenr200: Fix EXT_fogcoord rendering.
2010-02-02 Brian Paulst/mesa: fix texture deallocation bug
2010-02-02 Brian Paulmesa: change _mesa_find_free_register() to find multipl...
2010-02-01 Keith Whitwellst/mesa: remove duplicate calculation of fp input mapping
2010-02-01 Keith Whitwellst/mesa: remove dead stfp input_map array
2010-02-01 Brian Paulmesa: added _mesa_print_vp/p_inputs() functions (debug...
2010-02-01 Brian Paulglslcompiler: add glapi_nop.o to OBJECTS
2010-02-01 José Fonsecamesa: Add missing includes.
2010-02-01 Vinson Leemesa: Remove unnecessary headers.
2010-02-01 Vinson Leer600: Remove duplicate assignment.
2010-01-31 Vinson Leest/mesa: Remove unnecessary headers.
2010-01-31 Vinson Leemesa: Remove unnecessary headers.
2010-01-31 Vinson Leei965: Silence uninitialized variable warning.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-31 Vinson Leeradeon: Remove unnecessary headers.
2010-01-31 Vinson Leer600: Remove unnecessary headers.
2010-01-31 Vinson Leer300: Remove unnecessary headers.
2010-01-31 Vinson Leer200: Remove unnecessary headers.
2010-01-31 Vinson Leer128: Remove unnecessary headers.
2010-01-31 Vinson Leeintel: Remove unnecessary headers.
2010-01-31 Vinson Leei965: Remove unnecessary headers.
2010-01-31 Vinson Leei915: Remove unnecessary headers.
2010-01-30 Eric Anholtintel: Respect texture tiling when doing a PBO blit...
next