summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Ignore type in cmod prop if scan_inst is CMP.Matt Turner2015-03-181-12/+13
* i965/nir: Make our environment variable checking smarterJason Ekstrand2015-03-181-2/+22
* swrast: Use BITFIELD64_BIT for arrayAttribs.Jose Fonseca2015-03-181-1/+1
* scons: Don't link program_lexer.l/y twice.Jose Fonseca2015-03-181-8/+3
* dri: add _glapi_set_nop_handler(), _glapi_new_nop_table() to dri_test.cBrian Paul2015-03-181-0/+11
* mesa: remove MSVC warning pragmasBrian Paul2015-03-181-20/+0
* mesa: add void to format_array_format_table_init() declarationBrian Paul2015-03-181-1/+1
* mesa: make _mesa_alloc_dispatch_table() staticBrian Paul2015-03-182-9/+5
* mesa: reimplement dispatch table no-op function handlingBrian Paul2015-03-183-67/+37
* i965: Defer the throttle until we submit new commandsChris Wilson2015-03-182-34/+44
* i965: Throttle to the previous frameChris Wilson2015-03-183-11/+17
* i965: Throttle rendering to an fboChris Wilson2015-03-183-9/+29
* i965/fs: Apply gl_FrontFacing ? -1 : 1 optimization only for floatsIan Romanick2015-03-171-0/+3
* i965/fs: Change try_opt_frontfacing_ternary to eliminate assertsIan Romanick2015-03-171-5/+2
* i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagationIan Romanick2015-03-172-1/+135
* i965: Mark paths in linear <-> tiled functions as unreachable().Matt Turner2015-03-171-0/+16
* main: Correct _mesa_error with no format in bufferobj.c.Laura Ekstrand2015-03-171-1/+1
* main: Cosmetic changes to GetBufferSubData.Laura Ekstrand2015-03-172-3/+3
* main: Add entry point for GetNamedBufferSubData.Laura Ekstrand2015-03-173-0/+27
* main: Cosmetic updates to GetBufferPointerv.Laura Ekstrand2015-03-171-4/+5
* main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand2015-03-173-0/+25
* main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand2015-03-173-0/+48
* main: Refactor GetBufferParameteri[64]v.Laura Ekstrand2015-03-171-74/+45
* main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand2015-03-173-0/+21
* main: Refactor FlushMappedBufferRange.Laura Ekstrand2015-03-172-26/+40
* main: Add entry point for UnmapNamedBuffer.Laura Ekstrand2015-03-173-13/+42
* main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand2015-03-173-3/+55
* main: Refactor MapBuffer[Range].Laura Ekstrand2015-03-172-161/+133
* main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-172-4/+4
* main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-173-0/+48
* main: Refactor ClearBuffer[Sub]Data.Laura Ekstrand2015-03-173-79/+69
* main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand2015-03-173-33/+79
* main: Improve errors and style in BufferSubData.Laura Ekstrand2015-03-172-5/+9
* main: Add entry point for NamedBufferSubData.Laura Ekstrand2015-03-173-49/+90
* main: Add entry point for NamedBufferData.Laura Ekstrand2015-03-173-22/+61
* main: Add entry point for NamedBufferStorage.Laura Ekstrand2015-03-173-17/+58
* main: Add entry point for CreateBuffers.Laura Ekstrand2015-03-173-14/+57
* Revert "main: _mesa_cube_level_complete checks NumLayers."Laura Ekstrand2015-03-171-4/+0
* i965/skl: Send a message header when doing constant loads SIMD4x2Neil Roberts2015-03-173-6/+53
* i965/fs: in MAD optimizations, switch last argument to be immediateTapani Pälli2015-03-171-1/+10
* i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7Antia Puentes2015-03-161-4/+4
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-4/+9
* i965: De-duplicate is_expression_commutative() functions.Kenneth Graunke2015-03-154-46/+25
* i965/gen4-5: Cope with immutable-format texture revalidationChris Forbes2015-03-141-3/+10
* i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5Ian Romanick2015-03-131-0/+13
* i965/disasm: Fix format stringsChris Forbes2015-03-141-24/+24
* i965/disasm: Mark format() as being printf-style.Chris Forbes2015-03-141-0/+3
* mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image callsEduardo Lima Mitev2015-03-131-77/+103
* mesa: Separate PBO validation checks from buffer mapping, to allow reuseEduardo Lima Mitev2015-03-132-31/+100
* mesa: Set the correct image size in _mesa_validate_pbo_access()Eduardo Lima Mitev2015-03-131-1/+1