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
/
gallium
/
drivers
/
r600
/
r600_pipe.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Move R600_BIG_ENDIAN to r600_pipe_common.h
Oded Gabbay
2016-04-18
1
-6
/
+0
*
r600g: use common scissor and viewport code
Marek Olšák
2016-04-12
1
-17
/
+0
*
radeonsi: move scissor and viewport states into gallium/radeon
Marek Olšák
2016-04-12
1
-2
/
+0
*
r600g: clean up aniso state translation
Marek Olšák
2016-04-12
1
-1
/
+0
*
r600g: add pausing pipeline & streamout queries into set_active_query_state
Marek Olšák
2016-04-12
1
-1
/
+1
*
r600g: implement set_active_query_state for pausing occlusion queries
Marek Olšák
2016-04-12
1
-0
/
+1
*
r600g: simplify r600_set_occlusion_query_state
Marek Olšák
2016-04-12
1
-1
/
+0
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
1
-3
/
+0
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
1
-6
/
+0
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
1
-1
/
+0
*
gallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UP
Krzysztof Sobiecki
2016-01-06
1
-1
/
+0
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
1
-0
/
+1
*
r600/eg: workaround bug with tess shader and dynamic GPRs.
Dave Airlie
2015-12-07
1
-3
/
+7
*
r600: create fixed function tess control shader fallback.
Dave Airlie
2015-12-07
1
-0
/
+2
*
r600: create LDS info constants buffer and write LDS registers. (v2)
Dave Airlie
2015-12-07
1
-3
/
+25
*
r600: workout bitmask for the used tcs inputs/outputs.
Dave Airlie
2015-12-07
1
-0
/
+3
*
r600: add set_tess_state callback.
Dave Airlie
2015-12-07
1
-0
/
+1
*
r600: hook up constants/samplers/sampler view for tessellation
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: add shader key entries for tcs and tes.
Dave Airlie
2015-12-07
1
-0
/
+4
*
r600: add functions to update ls/hs state.
Dave Airlie
2015-12-07
1
-0
/
+2
*
r600: move to using hw stages array for hw stage atoms
Dave Airlie
2015-12-07
1
-5
/
+2
*
r600: make adjust_gprs use hw stages.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: introduce HW shader stage defines
Dave Airlie
2015-12-07
1
-0
/
+11
*
r600: SMX returns CONTEXT_DONE early workaround
Dave Airlie
2015-12-02
1
-1
/
+1
*
r600: do SQ flush ES ring rolling workaround
Dave Airlie
2015-12-02
1
-1
/
+1
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-1
/
+1
*
r600g: Pass conservative depth parameters to hw
Glenn Kennard
2015-11-11
1
-0
/
+1
*
r600g: only do depth-only or stencil-only in-place decompression
Marek Olšák
2015-10-03
1
-1
/
+3
*
r600g: lower number of driver const buffers
Dave Airlie
2015-09-12
1
-10
/
+18
*
gallium/radeon: remove 'dirty' member from r600_atom
Grazvydas Ignotas
2015-09-03
1
-2
/
+0
*
r600g: simplify dirty atom tracking
Grazvydas Ignotas
2015-09-03
1
-39
/
+6
*
r600g: start numbering atoms from 1
Grazvydas Ignotas
2015-09-03
1
-1
/
+1
*
r600g: make all viewport states use single atom
Grazvydas Ignotas
2015-09-03
1
-4
/
+4
*
r600g: make all scissor states use single atom
Grazvydas Ignotas
2015-09-03
1
-4
/
+4
*
gallium/radeon: rename write_*_reg functions
Marek Olšák
2015-09-01
1
-10
/
+10
*
r600: move prim convert from geom shader to function.
Dave Airlie
2015-08-31
1
-25
/
+1
*
r600g: Set geometry properties in r600_create_shader_state()
Edward O'Callaghan
2015-08-30
1
-0
/
+3
*
r600g: Move geometry properties state from shader to selector
Edward O'Callaghan
2015-08-30
1
-0
/
+5
*
r600: port si_conv_prim_to_gs_out from radeonsi
Dave Airlie
2015-08-29
1
-15
/
+16
*
r600: Turn 'r600_shader_key' struct into union
Edward O'Callaghan
2015-08-21
1
-2
/
+2
*
r600,compute: setup compute sampler states and views
Zoltan Gilian
2015-08-14
1
-6
/
+1
*
r600g: use a bitfield to track dirty atoms
Grazvydas Ignotas
2015-08-11
1
-0
/
+45
*
r600g: use a helper to add an initialized atom
Grazvydas Ignotas
2015-08-11
1
-0
/
+1
*
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
2015-08-11
1
-5
/
+20
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-25
/
+25
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
r600g: Use R600_MAX_VIEWPORTS instead of 16
Alexandre Demers
2015-03-09
1
-2
/
+4
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
1
-1
/
+2
*
r600g,radeonsi: separate cache flush flags
Marek Olšák
2015-01-07
1
-0
/
+15
[next]