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
*
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
2017-08-21
1
-2
/
+12
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
i965: enable STD430 packing by default on IVB+
Timothy Arceri
2017-08-22
1
-0
/
+16
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
9
-44
/
+94
*
glsl: add get_internal_ifc_packing() type helper
Timothy Arceri
2017-08-22
1
-0
/
+21
*
mesa: add UseSTD430AsDefaultPacking constant
Timothy Arceri
2017-08-22
1
-0
/
+9
*
clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device
Aaron Watry
2017-08-21
3
-1
/
+9
*
mesa: optimize _mesa_attr_zero_aliases_vertex()
Brian Paul
2017-08-21
3
-12
/
+22
*
vbo: use new _is_vertex_position() helper in vbo_attrib_tmp.h
Brian Paul
2017-08-21
1
-36
/
+46
*
vbo: make vbo_bind_arrays() static
Brian Paul
2017-08-21
2
-3
/
+1
*
svga: replace gotos with conditionals in array drawing code
Brian Paul
2017-08-21
2
-32
/
+32
*
llvmpipe: add some whitespace between functions in lp_texture.c
Brian Paul
2017-08-21
1
-0
/
+3
*
mesa: formatting clean-up in syncobj.c
Brian Paul
2017-08-21
1
-10
/
+13
*
svga: whitespace clean-up in svga_draw_private.h
Brian Paul
2017-08-21
1
-29
/
+27
*
gallium/docs: remove old llvmpipe TODO
Timothy Arceri
2017-08-22
1
-14
/
+0
*
mesa: fix ES only draw if we have vertex positions
Timothy Arceri
2017-08-22
1
-2
/
+2
*
glsl: Add prototype for udivmod64()
Matt Turner
2017-08-21
1
-0
/
+3
*
glsl: Mark functions static
Matt Turner
2017-08-21
11
-36
/
+36
*
i965: Mark functions static
Matt Turner
2017-08-21
3
-20
/
+21
*
i965/vec4: Use 'class' src_reg, rather than 'struct' src_reg
Matt Turner
2017-08-21
1
-1
/
+1
*
i965/vec4: Return float from spill_cost_for_type()
Matt Turner
2017-08-21
1
-1
/
+1
*
anv: Move clamp_int64() inside the IVB check
Matt Turner
2017-08-21
1
-1
/
+1
*
glsl: Remove unused private fields
Matt Turner
2017-08-21
2
-5
/
+2
*
mesa: Don't compare unsigned for < 0
Matt Turner
2017-08-21
1
-1
/
+1
*
egl: Fix inclusion of egl.h+mesa_glinterop.h
Matt Turner
2017-08-21
2
-2
/
+2
*
radeonsi: don't prefetch VBO descriptors if vertex elements == NULL
Marek Olšák
2017-08-21
2
-1
/
+4
*
r600g: don't set up and don't call the fetch shader if there are no VS inputs
Marek Olšák
2017-08-21
3
-1
/
+7
*
i965: Optimize reading the destination type
Matt Turner
2017-08-21
1
-1
/
+3
*
i965: Mark brw_hw_type_to_reg_type() as a pure function
Matt Turner
2017-08-21
1
-1
/
+7
*
i965: Hide the register type hardware encodings
Matt Turner
2017-08-21
2
-31
/
+31
*
i965: Stop using hardware register types directly
Matt Turner
2017-08-21
4
-158
/
+113
*
i965: Add brw_hw_reg_type_to_letters() and use it in brw_disasm.c
Matt Turner
2017-08-21
3
-39
/
+45
*
i965: Move brw_reg_type_letters() as well
Matt Turner
2017-08-21
6
-33
/
+37
*
i965: Switch to using the logical register types
Matt Turner
2017-08-21
2
-21
/
+19
*
i965: Add functions to abstract access to register types
Matt Turner
2017-08-21
2
-51
/
+79
*
i965: Rename brw_inst's functions that access the register type
Matt Turner
2017-08-21
7
-99
/
+99
*
i965: Index brw_hw_reg_type_to_size()'s table by logical type
Matt Turner
2017-08-21
1
-39
/
+19
*
i965: Add a brw_hw_type_to_reg_type() function
Matt Turner
2017-08-21
2
-0
/
+29
*
i965: Use a common table to translate logical to hardware types
Matt Turner
2017-08-21
1
-36
/
+29
*
i965: Extract functions dealing with register types to separate file
Matt Turner
2017-08-21
5
-140
/
+209
*
i965: Reverse file/type arguments to register type functions
Matt Turner
2017-08-21
4
-13
/
+15
*
i965: Add support for disassembling 64-bit integer immediates
Matt Turner
2017-08-21
2
-0
/
+13
*
i965: Use separate enums for register vs immediate types
Matt Turner
2017-08-21
6
-129
/
+144
*
i965: Reorder brw_reg_type enum values
Matt Turner
2017-08-21
5
-26
/
+21
*
i965: Validate destination restrictions with vector immediates
Matt Turner
2017-08-21
3
-12
/
+141
*
i965: Don't let raw-move check be tricked by immediate vector types
Matt Turner
2017-08-21
1
-3
/
+10
*
i965: Only change type of 0.0f to VF if destination stride == 1
Matt Turner
2017-08-21
1
-1
/
+2
*
i965: Remove CONT/BREAK from instruction compaction test
Matt Turner
2017-08-21
1
-4
/
+0
*
i965: Test instruction compaction on all supported Gens
Matt Turner
2017-08-21
1
-8
/
+42
*
i965: Silence signed/unsigned comparison warning
Matt Turner
2017-08-21
1
-1
/
+1
[next]