aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-101-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-101-1/+1
* meta: Label the meta GLSL clear program.Kenneth Graunke2014-06-101-0/+1
* i965/fs: Combine generate_math[12]_gen6 methods.Kenneth Graunke2014-06-102-33/+13
* i965/fs: Drop the generate_math[12]_gen7 methods.Kenneth Graunke2014-06-102-30/+5
* i965/vec4: Combine generate_math[12]_gen6 methods.Kenneth Graunke2014-06-102-28/+12
* i965/vec4: Drop the generate_math2_gen7() method.Kenneth Graunke2014-06-102-14/+1
* i965: Rename brw_math to gen4_math.Kenneth Graunke2014-06-106-46/+46
* i965: Split Gen4-5 and Gen6+ MATH instruction emitters.Kenneth Graunke2014-06-104-89/+39
* i965: Make src_reg::equals() take a constant reference, not a pointer.Kenneth Graunke2014-06-103-14/+14
* i965: Don't set the "switch" flag on control flow instructions on Gen6+.Kenneth Graunke2014-06-101-6/+4
* i965/fs: Allow CSE on math opcodes on Gen6+.Kenneth Graunke2014-06-101-0/+11
* glsl: Remove unused include in expr.flatt.Thomas Helland2014-06-101-2/+0
* glsl: Remove unused include in ir.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from ir_constant_expression.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from ir_basic_block.cppThomas Helland2014-06-101-2/+0
* glsl: Remove unused include from hir_field_selection.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include from glsl_symbol_table.hThomas Helland2014-06-101-1/+1
* glsl: Remove unused include from glsl_types.cppThomas Helland2014-06-101-3/+1
* glsl: Remove unused include from builtin_variables.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused include in ast_to_hir.cppThomas Helland2014-06-101-1/+0
* glsl: Remove unused includes in link_uniform_block_active_visitor.hThomas Helland2014-06-101-2/+0
* glsl: Remove unused includes in link_uniform_init.Thomas Helland2014-06-101-2/+0
* i965: Replace open-coded linked list with exec_list.Matt Turner2014-06-104-62/+45
* glsl: Add an exec_node_init() function, usable from C.Matt Turner2014-06-101-0/+7
* glsl: Make foreach macros usable from C by adding struct keyword.Matt Turner2014-06-101-11/+11
* glsl: Make exec_list members just wrap the C API.Matt Turner2014-06-101-77/+13
* glsl: Make exec_node members just wrap the C API.Matt Turner2014-06-101-27/+11
* glsl: Add C API for exec_list.Matt Turner2014-06-101-0/+141
* glsl: Add C API for exec_node.Matt Turner2014-06-101-0/+82
* glsl: Move definition of exec_list member functions out of the struct.Matt Turner2014-06-101-108/+127
* glsl: Move definition of exec_node member functions out of the struct.Matt Turner2014-06-101-62/+83
* r600g/compute: Use %u as the unsigned formatBruno Jiménez2014-06-101-1/+1
* r600g/compute: align items correctlyBruno Jiménez2014-06-101-4/+5
* r600g/compute: Cleanup of compute_memory_pool.hBruno Jiménez2014-06-101-15/+0
* r600g/compute: Tidy a bit compute_memory_finalize_pendingBruno Jiménez2014-06-101-12/+7
* r600g/compute: Add more NULL checksBruno Jiménez2014-06-102-8/+28
* r600g/compute: Adding checks for NULL after CALLOCBruno Jiménez2014-06-101-0/+8
* r600g/compute: Fixing a typo and some indentationBruno Jiménez2014-06-101-2/+2
* mesa: Fix substitution of large shadersCody Northrop2014-06-101-3/+14
* r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINTDavid Heidelberger2014-06-101-0/+12
* glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM caseJon TURNEY2014-06-102-6/+13
* i965: Make gen7_pi field of brw_instruction use unsigned instead of GLuintKristian Høgsberg2014-06-091-12/+12
* i965: Don't include mtypes.h in brw_disasm.cKristian Høgsberg2014-06-091-2/+0
* i965/fs: initialize src as reg_undef for texture opcodes on Gen4.Matt Turner2014-06-091-6/+6
* i965/fs: initialize src as reg_undef for texture opcodes on Gen5/6.Tapani Pälli2014-06-091-9/+9
* egl/dri2: do not leak dri2_dpy->driver_nameEmil Velikov2014-06-093-3/+8
* egl/dri2/x11: use standard strndup functionEmil Velikov2014-06-091-19/+4
* android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu2014-06-091-0/+5
* android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2014-06-092-0/+2