summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-2410-18/+22
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-248-22/+42
* mesa: remove redundant _NEW_BUFFERS setting in ReadBufferMarek Olšák2013-04-241-1/+0
* st/mesa: add a simple path to BufferData if it only discards buffer contentsMarek Olšák2013-04-241-0/+14
* st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERSMarek Olšák2013-04-241-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-234-4/+10
* i965/fs: Don't save value returned by emit() if it's not used.Matt Turner2013-04-221-11/+11
* mesa: Remove extra MapBufferRange in create_beginend_table()Brian Paul2013-04-221-1/+0
* i965: Fix a mistake in the comments for software counters.Kenneth Graunke2013-04-221-2/+2
* i965: Apply CMP NULL {Switch} work-around to other Gen7s.Matt Turner2013-04-221-1/+4
* st/mesa: minor indentation fixesBrian Paul2013-04-221-2/+2
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-217-36/+27
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-216-62/+37
* mesa: Add performance debug for meta code.Eric Anholt2013-04-212-3/+35
* intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt2013-04-211-2/+3
* mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry2013-04-191-0/+5
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-194-37/+44
* Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."Matt Turner2013-04-181-1/+1
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+3
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-184-4/+30
* mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is definedBrian Paul2013-04-181-1/+3
* 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
* i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry2013-04-171-0/+11
* 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
* mesa: remove FEATURE_remap_table from remap.[ch]Brian Paul2013-04-172-40/+0
* 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
* 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