aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: Fix build with --enable-openclTom Stellard2013-04-181-1/+2
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-04-181-1/+3
* gallivm: change cubemaps / derivatives handling, take 55Roland Scheidegger2013-04-183-104/+119
* gallivm: Add no_rho_approx debug optionRoland Scheidegger2013-04-183-118/+185
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-184-3/+28
* llvmpipe: Remove the static interpolation.José Fonseca2013-04-183-384/+19
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-184-8/+2
* ralloc: Move declarations before statements.José Fonseca2013-04-181-2/+4
* i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.Matt Turner2013-04-171-1/+1
* i965: Implement work-around for CMP with null dest on Haswell.Matt Turner2013-04-171-0/+12
* i915g: Release old fragment shader sampler views with current pipeStuart Abercrombie2013-04-171-3/+8
* i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry2013-04-171-0/+11
* ralloc: don't write to memory in case of alloc fail.Dave Airlie2013-04-181-0/+2
* mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsBrian Paul2013-04-174-35/+7
* mesa: remove mfeatures.hBrian Paul2013-04-171-53/+0
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-17123-127/+0
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-173-8/+0
* mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2013-04-172-40/+0
* glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul2013-04-171-15/+0
* draw/so: respect leading/provoking vertex infoZack Rusin2013-04-171-1/+1
* softpipe/so: use the correct variable for reporting stream outZack Rusin2013-04-171-5/+15
* gallivm/gs: fix indirect addressing in geometry shadersZack Rusin2013-04-173-6/+30
* st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2013-04-172-9/+15
* intel: Don't dereference a NULL pointer of calloc failsIan Romanick2013-04-171-0/+4
* i965: Trim trailing whitespace in brw_defines.h.Eric Anholt2013-04-171-144/+144
* r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier2013-04-171-1/+1
* st/mesa: clean up formatting in st_cb_msaa.cBrian Paul2013-04-171-12/+18
* mesa: remove gl_context::_TriangleCapsBrian Paul2013-04-172-8/+4
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-1710-71/+22
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-1710-32/+41
* mesa: remove DD_TRI_SMOOTH flagBrian Paul2013-04-174-7/+2
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-175-6/+3
* mesa: remove DD_TRI_OFFSET flagBrian Paul2013-04-174-26/+5
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-175-18/+5
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-176-8/+3
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-175-13/+4
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-176-21/+7
* mesa: remove unused DD_LINE_SMOOTH flagBrian Paul2013-04-174-6/+1
* draw/gs: make sure geometry shaders don't overflowZack Rusin2013-04-165-11/+81
* draw/gs: Return early if the passed geometry shader is nullZack Rusin2013-04-161-0/+3
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-1623-22/+258
* gallivm/gs: fix the end primitive callsZack Rusin2013-04-162-27/+50
* tgsi/exec: geometry shaders are executed on a single primitiveZack Rusin2013-04-161-13/+17
* tgsi/exec: fix the udiv and umod instructionsZack Rusin2013-04-161-8/+8
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-175-59/+101
* draw: Silence uninitialized var warnings.José Fonseca2013-04-172-3/+7
* r600g/llvm: Use gprcount from llvmVincent Lejeune2013-04-174-2/+5
* intel: Add a null pointer check before dereferencing the pointerAnuj Phogat2013-04-171-0/+9
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-1717-27/+137
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-178-14/+8