summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: make _mesa_save_vtxfmt_init() staticBrian Paul2013-04-232-5/+3
* mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul2013-04-233-4/+14
* mesa: use new _mesa_inside_begin_end() functionBrian Paul2013-04-234-10/+21
* mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák2013-04-247-185/+0
* mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndexMarek Olšák2013-04-241-37/+12
* mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLORMarek Olšák2013-04-241-1/+0
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-246-8/+14
* mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepthMarek Olšák2013-04-241-7/+1
* mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFaceMarek Olšák2013-04-241-5/+0
* mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebufferMarek Olšák2013-04-241-2/+2
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-246-28/+3
* 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