index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: merge draws even when begin==0 or end==0
Marek Olšák
2020-03-04
1
-6
/
+25
*
vbo: merge more primitive types for glBegin/End (v2)
Marek Olšák
2020-03-04
4
-50
/
+43
*
mesa: deduplicate draw indirect functions
Marek Olšák
2020-03-04
1
-121
/
+36
*
mesa: optimize get_index_size
Marek Olšák
2020-03-04
1
-16
/
+9
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
15
-47
/
+40
*
Revert "mesa: check for z=0 in _mesa_Vertex3dv()"
Marek Olšák
2020-03-04
1
-4
/
+1
*
vbo: fold code from vbo_exec_fixup_vertex to vbo_exec_wrap_upgrade_vertex
Marek Olšák
2020-03-04
1
-5
/
+6
*
vbo: clean up conditional blocks in ATTR_UNION
Marek Olšák
2020-03-04
1
-5
/
+3
*
vbo: handle GS and tess primitive types when splitting Begin/End
Marek Olšák
2020-03-04
1
-0
/
+27
*
vbo: clean up vbo_copy_vertices
Marek Olšák
2020-03-04
1
-38
/
+19
*
vbo: deduplicate copy_vertices functions
Marek Olšák
2020-03-04
4
-158
/
+117
*
vbo: don't look at the second draw's count when merging 2 glBegin/End draws
Marek Olšák
2020-03-04
1
-3
/
+3
*
mesa: replace some index_size multiplications and divisions with shifts
Marek Olšák
2020-03-04
4
-12
/
+12
*
mesa: add index_size_shift = log2(index_size) into _mesa_index_buffer
Marek Olšák
2020-03-04
5
-19
/
+30
*
gallium: add PIPE_CAP_PSIZ_CLAMPED
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+2
*
gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+5
*
gallium: add PIPE_CAP_PACKED_STREAM_OUTPUT
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+3
*
glsl/linker: add xfb workaround for modified built-in variables
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+3
*
glsl/linker: add DisableTransformFeedbackPacking workaround
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+9
*
st/mesa: allow TXB2/TXL2 to work with cube array shadow textures
Ilia Mirkin
2020-03-02
1
-8
/
+18
*
intel: fix the gen 11 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-1
/
+6
*
mesa/st: fix formats required for EXT_texture_norm16
Tapani Pälli
2020-03-02
1
-7
/
+0
*
mesa: fix _mesa_draw_nonzero_divisor_bits to return nonzero divisors
Ilia Mirkin
2020-03-01
1
-1
/
+1
*
mesa: fix 11 warnings
Marek Olšák
2020-02-27
4
-5
/
+7
*
nir: fix 5 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
mesa: fix incorrect prim.begin/end for glMultiDrawElements
Marek Olšák
2020-02-28
1
-2
/
+2
*
mesa: optimize glMultiDrawArrays, call Draw only once (v2)
Marek Olšák
2020-02-28
1
-16
/
+22
*
mesa: don't unroll glMultiDrawElements if one count is 0
Marek Olšák
2020-02-28
1
-10
/
+0
*
mesa: clean up glMultiDrawElements code, use alloca for small draw count (v2)
Marek Olšák
2020-02-28
1
-18
/
+38
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
26
-78
/
+120
*
mesa: remove redundant _mesa_prim::is_indexed
Marek Olšák
2020-02-28
6
-16
/
+10
*
mesa/i965: remove _mesa_prim::indirect_offset
Marek Olšák
2020-02-28
6
-20
/
+31
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
10
-46
/
+53
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
18
-52
/
+35
*
i965: stop using "indirect" parameter from Driver.Draw (non-indirect)
Marek Olšák
2020-02-28
4
-15
/
+26
*
mesa: Flush vertices before changing the OpenGL state.
Mathias Fröhlich
2020-02-27
1
-4
/
+10
*
mesa: Check for OpenGL state change before flushing vertices.
Mathias Fröhlich
2020-02-27
1
-2
/
+4
*
mesa: call FLUSH_VERTICES before updating CoordReplace
Marek Olšák
2020-02-26
1
-1
/
+2
*
mesa: remove leftovers from ARB_shadow_ambient
Marek Olšák
2020-02-26
1
-2
/
+0
*
mesa/st: toggle EXT_texture_norm16 based on format support
Tapani Pälli
2020-02-26
1
-0
/
+12
*
i965: toggle on EXT_texture_norm16
Tapani Pälli
2020-02-26
1
-0
/
+1
*
mesa: introduce boolean toggle for EXT_texture_norm16
Tapani Pälli
2020-02-26
2
-1
/
+2
*
prog_to_nir: Reuse glsl_get_sampler_dim_coordinate_components().
Eric Anholt
2020-02-24
1
-19
/
+2
*
gallium: Add a cap for enabling lowering of image load/store intrinsics.
Eric Anholt
2020-02-24
1
-0
/
+2
*
nir: Make image lowering optionally handle the !bindless case as well.
Eric Anholt
2020-02-24
1
-1
/
+1
*
i965: Use isl_aux_state_transition_write()
Nanley Chery
2020-02-24
1
-183
/
+16
*
i965: Use ISL's access preparation functions
Nanley Chery
2020-02-24
1
-257
/
+35
*
glapi/copyimage: Implement CopyImageSubDataNV
Indrajit Kumar Das
2020-02-24
6
-26
/
+194
*
i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8
Danylo Piliaiev
2020-02-20
1
-11
/
+23
*
main/get: Converted type conversion macros to inline functions
Kristian H. Kristensen
2020-02-19
1
-20
/
+58
[next]