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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: convert sample mask state into an atom
Marek Olšák
2015-09-01
6
-19
/
+25
*
radeonsi: convert clip state into an atom
Marek Olšák
2015-09-01
4
-14
/
+19
*
radeonsi: avoid redundant CB and DB register updates
Marek Olšák
2015-09-01
7
-12
/
+36
*
radeonsi: don't rebind GSVS ring buffers every draw call using GS
Marek Olšák
2015-09-01
3
-3
/
+10
*
radeonsi: don't clear the tessellation factor ring buffer
Marek Olšák
2015-09-01
1
-2
/
+0
*
radeonsi: remove the tf_ring state, add the registers to init_config
Marek Olšák
2015-09-01
4
-15
/
+13
*
radeonsi: remove the gs_rings state, add the registers to init_config
Marek Olšák
2015-09-01
4
-16
/
+14
*
radeonsi: use a bitmask for tracking dirty atoms
Marek Olšák
2015-09-01
3
-13
/
+18
*
radeonsi: initialize atom IDs for external atoms
Marek Olšák
2015-09-01
2
-4
/
+13
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
8
-41
/
+29
*
radeonsi: initialize atom IDs
Marek Olšák
2015-09-01
1
-6
/
+8
*
radeonsi: define the state atom array separately
Marek Olšák
2015-09-01
4
-21
/
+23
*
radeonsi: optimize viewport states
Marek Olšák
2015-09-01
6
-26
/
+54
*
radeonsi: optimize scissor states
Marek Olšák
2015-09-01
8
-27
/
+79
*
radeonsi: add SI_MAX_ATTRIBS
Marek Olšák
2015-09-01
2
-5
/
+6
*
radeonsi: fix memory usage checking for big IBs
Marek Olšák
2015-09-01
1
-8
/
+9
*
radeonsi: set all 16 viewport Z bounds for GL 4.1
Marek Olšák
2015-09-01
1
-2
/
+6
*
radeonsi: fix a Unigine Heaven hang when drirc is missing
Marek Olšák
2015-09-01
4
-1
/
+28
*
winsys/amdgpu: use small IBs for better performance on VI
Marek Olšák
2015-09-01
1
-7
/
+9
*
gallium/util: add u_bit_scan_consecutive_range
Marek Olšák
2015-09-01
1
-0
/
+20
*
i965: Prevent coordinate overflow in intel_emit_linear_blit
Chris Wilson
2015-09-01
1
-38
/
+34
*
i965/nir: enable the dead control flow optimization
Connor Abbott
2015-09-01
1
-0
/
+2
*
nir/dead_cf: add support for removing useless loops
Connor Abbott
2015-09-01
1
-12
/
+109
*
nir: add a helper for iterating over blocks in a cf node
Connor Abbott
2015-09-01
2
-0
/
+9
*
nir: add nir_block_get_following_loop() helper
Connor Abbott
2015-09-01
2
-0
/
+18
*
nir/dead_cf: delete code that's unreachable due to jumps
Connor Abbott
2015-09-01
1
-8
/
+115
*
nir: add an optimization for removing dead control flow
Connor Abbott
2015-09-01
3
-0
/
+158
*
r600g: fix calculation for gpr allocation
Dave Airlie
2015-09-01
1
-1
/
+1
*
mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usage
Marta Lofstedt
2015-09-01
1
-1
/
+17
*
mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
Marta Lofstedt
2015-09-01
5
-12
/
+12
*
nir/builder: Use nir_after_instr to advance the cursor
Jason Ekstrand
2015-08-31
1
-2
/
+1
*
i965: advertise ASTC support for Skylake
Nanley Chery
2015-08-31
1
-0
/
+5
*
mesa/glformats: recognize ASTC formats as color formats
Nanley Chery
2015-08-31
1
-0
/
+28
*
mesa/texformat: use format conversion function in _mesa_choose_tex_format
vulkan-protex-2015.09.24.r01-base
Nanley Chery
2015-08-31
1
-81
/
+13
*
mesa/texcompress: correct mapping of S3TC formats in conversion function
Nanley Chery
2015-08-31
1
-2
/
+2
*
r600/sb: update last_cf for finalize if.
Dave Airlie
2015-09-01
1
-0
/
+3
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
2
-4
/
+6
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
2
-0
/
+15
*
st/mesa: move to renumbering registers in a group
Dave Airlie
2015-08-31
1
-19
/
+38
*
st/mesa: reduce time spent in calculating temp read/writes
Dave Airlie
2015-08-31
1
-74
/
+79
*
st/mesa: cache tgsi opcode info in the instruction
Dave Airlie
2015-08-31
1
-23
/
+16
*
r600: move prim convert from geom shader to function.
Dave Airlie
2015-08-31
2
-25
/
+26
*
glsl: remove specical case subroutine type counting
Timothy Arceri
2015-08-31
1
-3
/
+2
*
r600g: Use TGSI parse results instead of manually exfiltrating
Edward O'Callaghan
2015-08-30
1
-1
/
+1
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
3
-25
/
+23
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
6
-22
/
+23
*
r600g: Remove dead assigment to 'gs_input_prim' in shader state
Edward O'Callaghan
2015-08-30
2
-4
/
+0
*
radeonsi: don't use the emit qt keyword in si_init_atom
Marek Olšák
2015-08-29
1
-2
/
+2
*
radeonsi: remove no-op 32-bit masking
Marek Olšák
2015-08-29
5
-7
/
+7
*
gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packets
Marek Olšák
2015-08-29
1
-8
/
+8
[next]