summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* intel: Add a null pointer check before dereferencing the pointerAnuj Phogat2013-04-171-0/+9
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-172-3/+17
* i965: Enable the Bay Trail platform.Kenneth Graunke2013-04-163-0/+24
* mesa/swrast: Move memory allocation outside the blit loopIan Romanick2013-04-161-23/+20
* mesa/swrast: Move free calls outside the attachment loopIan Romanick2013-04-161-4/+5
* mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick2013-04-161-29/+11
* build: Get rid of DRIVER_DIRSMatt Turner2013-04-152-23/+13
* build: Rename sources.mak -> Makefile.sourcesMatt Turner2013-04-157-7/+7
* i965: Shut up the last release build warning.Eric Anholt2013-04-121-0/+1
* i965: Silence one more compile warning.Eric Anholt2013-04-121-0/+1
* i965: Fix a warning in the release build.Eric Anholt2013-04-121-2/+1
* i965: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-4/+2
* i965: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-1/+0
* intel: Return failure properly in the texsubimage blit path.Eric Anholt2013-04-121-1/+1
* intel: Fix a warning in the release build.Eric Anholt2013-04-121-2/+1
* intel: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-2/+2
* intel: Improve diagnostics for emit_linear_blit failure path.Eric Anholt2013-04-121-2/+5
* i965: Fix error path for MCS allocation.Eric Anholt2013-04-121-1/+1
* i830: Move assert-only code into the assert.Eric Anholt2013-04-121-4/+1
* i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.Eric Anholt2013-04-121-4/+4
* i965/fs: Add basic-block-level dead code elimination.Eric Anholt2013-04-122-0/+161
* i965/fs: Remove incorrect note of writing attr in centroid workaround.Eric Anholt2013-04-121-1/+1
* i965/fs: Add a helper function for checking for partial register updates.Eric Anholt2013-04-125-22/+24
* mesa: Add a macro to bitset for determining bitset size.Eric Anholt2013-04-124-6/+5
* i965: Fix compiler warnings since the introduction of texture multisample.Eric Anholt2013-04-121-1/+1
* mesa: Don't leak gl_context::BeginEnd at context destructionIan Romanick2013-04-121-0/+1
* mesa: Don't leak shared state when context initialization failsIan Romanick2013-04-121-0/+1
* mesa: NULL check the pointer before trying to dereference itIan Romanick2013-04-121-2/+2
* i965/vs: Print error if vertex shader fails to compile.Matt Turner2013-04-111-0/+4
* i965: NULL check prog on shader compilation failure.Matt Turner2013-04-112-7/+11
* scons: Add st_cb_msaa.c to source list.José Fonseca2013-04-111-0/+1
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-1112-20/+96
* st/mesa: add support for get sample positionDave Airlie2013-04-114-0/+96
* i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.Paul Berry2013-04-115-14/+25
* i965/vs: Generalize computation of array strides in preparation for GS.Paul Berry2013-04-112-4/+16
* i965/vs: Generalize attribute setup code in preparation for GS.Paul Berry2013-04-112-22/+33
* i965/vs: Generalize vertex emission code in preparation for GS.Paul Berry2013-04-113-19/+59
* i965/vs: rename vec4_generator::generate_vs_instruction.Paul Berry2013-04-112-7/+7
* i965/vs: Generalize data structures pointed to by vec4_generator.Paul Berry2013-04-113-9/+7
* i965/vs: Rename vec4_generator::prog to shader_prog.Paul Berry2013-04-112-6/+6
* i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry2013-04-116-88/+101
* i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.Paul Berry2013-04-112-6/+8