summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/wm/gen6: Add option for disabling statistics collectionTopi Pohjolainen2015-05-072-4/+13
* i965/wm/gen6: Refactor state setupTopi Pohjolainen2015-05-072-45/+77
* i965: Remove unused variablesAnuj Phogat2015-05-071-2/+0
* i965: Change the order of conditions tested in ifAnuj Phogat2015-05-071-3/+4
* i965/sync: Implement DRI2_Fence extensionChad Versace2015-05-073-39/+158
* i965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'Chad Versace2015-05-072-28/+31
* i915/sync: Return early when calloc failsChad Versace2015-05-071-0/+2
* i965/sync: Return NULL when calloc failsChad Versace2015-05-071-0/+2
* i915/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* i965/sync: Don't crash when deleting sync objectChad Versace2015-05-071-1/+3
* i965: Sort extension enable listsIan Romanick2015-05-061-33/+42
* i965/fs: Allow copy propagation on ATTR file registers.Kenneth Graunke2015-05-061-1/+4
* i965/fs_inst: Get rid of the effective_width fieldJason Ekstrand2015-05-063-37/+3
* i965/fs: Rework the fs_visitor LOAD_PAYLOAD instructionJason Ekstrand2015-05-064-236/+179
* i965/fs: Make LOAD_PAYLOAD take a header sizeJason Ekstrand2015-05-064-12/+20
* i965/fs: Make emit_single_fb_write take an explicit exec_sizeJason Ekstrand2015-05-062-8/+10
* i965/fs_inst: Add an is_copy_payload helperJason Ekstrand2015-05-064-35/+25
* i965: Change header_present to header_size in backend_instructionJason Ekstrand2015-05-069-52/+56
* i965/fs_cse: Factor out code to create copy instructionsJason Ekstrand2015-05-061-37/+38
* i965/fs: Make half(fs_reg, unsigned) handle register files more explicitlyJason Ekstrand2015-05-061-5/+16
* i965/fs: Fix passing an immediate to half().Francisco Jerez2015-05-061-2/+2
* swrast: Build fix for darwinJeremy Huddleston Sequoia2015-05-061-0/+16
* i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_indexChris Forbes2015-05-061-8/+8
* i965/gen6: Upload all the SF viewportsChris Forbes2015-05-062-12/+19
* i965/gen6: Upload all the clip viewportsChris Forbes2015-05-061-19/+21
* i965/gen6: setup limits for ARB_viewport_arrayChris Forbes2015-05-062-3/+3
* i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7Marius Predut2015-05-051-3/+18
* i965: Fix missing type in local variable declaration.Kenneth Graunke2015-05-051-1/+1
* i965/vec4: Use same type for immediate, for compaction.Matt Turner2015-05-051-1/+1
* i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6Marius Predut2015-05-051-3/+19
* i965: Remove end-of-thread SEND alignment code.Matt Turner2015-05-051-12/+3
* i965: Add XRGB8888 format to intel_screen_make_configsBoyan Ding2015-05-051-1/+2
* i965/skl: Align compressed textures to four times the block sizeNeil Roberts2015-05-051-4/+27
* i965: Fix variable indexing of sampler arrays under non-uniform control flow.Francisco Jerez2015-05-043-6/+8
* i965: Fix variable indexing of UBO arrays under non-uniform control flow.Francisco Jerez2015-05-043-10/+11
* i965: Define helper function to copy an arbitrary live component from some re...Francisco Jerez2015-05-044-0/+28
* i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.Francisco Jerez2015-05-046-0/+93
* i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.Francisco Jerez2015-05-046-0/+94
* i965: Perform basic optimizations on the BROADCAST opcode.Francisco Jerez2015-05-048-0/+44
* i965: Introduce the BROADCAST pseudo-opcode.Francisco Jerez2015-05-046-0/+98
* i965: Add memory fence opcode.Francisco Jerez2015-05-046-0/+87
* i965: Add typed surface access opcodes.Francisco Jerez2015-05-049-0/+261
* i965: Add untyped surface write opcode.Francisco Jerez2015-05-049-0/+81
* i965: Reorder sources of the untyped atomic opcode.Francisco Jerez2015-05-044-6/+6
* i965: Pass the number of components as a source of the untyped surface read o...Francisco Jerez2015-05-044-6/+10
* i965/vec4: Add support for untyped surface message sends from GRF.Francisco Jerez2015-05-043-16/+14
* i965: Don't request untyped atomic writeback message if the destination is null.Francisco Jerez2015-05-042-2/+3
* i965: Simplify generator code for untyped surface messages.Francisco Jerez2015-05-044-87/+18
* i965: Fix the untyped surface opcodes to deal with indirect surface access.Francisco Jerez2015-05-044-82/+99
* i965: Upload atomic buffer state for compute shadersJordan Justen2015-05-024-1/+29