index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
10
-56
/
+78
*
glsl: Make ir_variable::max_ifc_array_access private
Ian Romanick
2014-09-30
5
-22
/
+53
*
glsl: Store ir_variable::depth_layout using 3 bits
Ian Romanick
2014-09-30
1
-10
/
+9
*
glsl: Replace ir_variable::warn_extension pointer with an 8-bit index
Ian Romanick
2014-09-30
3
-10
/
+31
*
glsl: Use accessors for ir_variable::warn_extension
Ian Romanick
2014-09-30
3
-7
/
+30
*
glsl: Eliminate unused built-in variables after compilation
Ian Romanick
2014-09-30
4
-0
/
+104
*
glsl: Validate that built-in uniforms have backing state
Ian Romanick
2014-09-30
1
-0
/
+8
*
vc4: Don't forget to store stencil along with depth when storing either.
Eric Anholt
2014-09-30
1
-1
/
+1
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
5
-9
/
+31
*
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
4
-18
/
+40
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
13
-31
/
+40
*
i965/brw_reg: Make the accumulator register take an explicit width.
Jason Ekstrand
2014-09-30
3
-10
/
+15
*
llvmpipe: move lp_jit_screen_init() call after allocation of screen object
Brian Paul
2014-09-30
1
-3
/
+5
*
tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()
Brian Paul
2014-09-30
1
-1
/
+1
*
util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
Brian Paul
2014-09-30
1
-2
/
+3
*
softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()
Brian Paul
2014-09-30
1
-2
/
+3
*
llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout()
Brian Paul
2014-09-30
1
-3
/
+6
*
gallium: add doc note about cube textures and can_create_resource()
Brian Paul
2014-09-30
1
-0
/
+2
*
st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create()
Brian Paul
2014-09-30
1
-1
/
+1
*
mesa: Drop the always-software-primitive-restart paths.
Eric Anholt
2014-09-30
5
-58
/
+8
*
gallium: Drop software-only primitive restart support.
Eric Anholt
2014-09-30
1
-3
/
+2
*
i965/fs: Properly calculate the number of instructions in calculate_register_...
Jason Ekstrand
2014-09-30
1
-1
/
+3
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
6
-71
/
+142
*
i965/fs: Handle COMPR4 in LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
2
-1
/
+36
*
i965/fs: Constant propagate into LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-0
/
+1
*
i965/fs: Add split_virtual_grfs and compute_to_mrf after lower_load_payload
Jason Ekstrand
2014-09-30
1
-0
/
+2
*
i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction
Jason Ekstrand
2014-09-30
4
-29
/
+28
*
i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions
Jason Ekstrand
2014-09-30
4
-16
/
+24
*
i965/fs: Use the GRF for UNTYPED_ATOMIC instructions
Jason Ekstrand
2014-09-30
6
-25
/
+36
*
i965/fs: Add a function for getting a component of a 8 or 16-wide register
Jason Ekstrand
2014-09-30
1
-0
/
+10
*
i965/fs: Use the instruction execution size directly for texture generation
Jason Ekstrand
2014-09-30
1
-3
/
+10
*
i965/fs: Use exec_size instead of force_uncompressed in dump_instruction
Jason Ekstrand
2014-09-30
1
-6
/
+7
*
i965/fs: Use instruction execution sizes instead of heuristics
Jason Ekstrand
2014-09-30
3
-23
/
+10
*
i965/fs: Use instruction execution sizes to set compression state
Jason Ekstrand
2014-09-30
1
-6
/
+19
*
i965/fs: Remove unneeded uses of force_uncompressed
Jason Ekstrand
2014-09-30
3
-25
/
+9
*
i965/fs: Derive force_uncompressed from instruction exec_size
Jason Ekstrand
2014-09-30
1
-0
/
+3
*
i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor*
Jason Ekstrand
2014-09-30
3
-37
/
+43
*
i965/fs: Better guess the width of LOAD_PAYLOAD
Jason Ekstrand
2014-09-30
1
-2
/
+9
*
i965/fs: Add an exec_size field to fs_inst
Jason Ekstrand
2014-09-30
5
-32
/
+126
*
i965/fs: Determine partial writes based on the destination width
Jason Ekstrand
2014-09-30
2
-5
/
+3
*
i965/fs: Fix a bug in register coalesce
Jason Ekstrand
2014-09-30
1
-0
/
+17
*
i965/fs: Rework GEN5 texturing code to use fs_reg and offset()
Jason Ekstrand
2014-09-30
1
-39
/
+38
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
9
-157
/
+371
*
i965/fs: Handle printing of registers better.
Jason Ekstrand
2014-09-30
1
-2
/
+6
*
i965: Explicitly set widths on gen5 math instruction destinations.
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Make half() divide the register width by 2 and use it more
Jason Ekstrand
2014-09-30
2
-5
/
+13
*
i965/fs: Add a concept of a width to fs_reg
Jason Ekstrand
2014-09-30
2
-4
/
+78
*
i965/fs: A little harmless refactoring of register_coalesce
Jason Ekstrand
2014-09-30
1
-7
/
+7
*
i965/brw_reg: Add a firsthalf function and use it in the generator
Jason Ekstrand
2014-09-30
2
-29
/
+44
*
i965/fs: Copy propagate partial reads.
Jason Ekstrand
2014-09-30
2
-20
/
+64
[next]