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
/
gallium
/
drivers
/
r600
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: re-enable single-sample fast clear
Marek Olšák
2015-08-03
1
-6
/
+1
*
r600g: fix the CB_SHADER_MASK setup
Marek Olšák
2015-08-03
2
-4
/
+5
*
r600g: fix the single-sample fast clear setup
Marek Olšák
2015-08-03
1
-2
/
+6
*
r600g: early exit in r600_clear if there's nothing to do
Marek Olšák
2015-07-31
1
-0
/
+2
*
radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps
Marek Olšák
2015-07-31
1
-1
/
+1
*
radeonsi: store shader disassemblies in memory for future users
Marek Olšák
2015-07-31
1
-1
/
+1
*
gallium/radeon: move r600-specific code to r600g
Marek Olšák
2015-07-31
1
-2
/
+150
*
gallium/radeon: remove unused variables and old comments
Marek Olšák
2015-07-31
2
-2
/
+0
*
gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic
Marek Olšák
2015-07-31
1
-17
/
+17
*
gallivm: add LLVMAttribute parameter to lp_build_intrinsic
Marek Olšák
2015-07-31
1
-1
/
+1
*
radeon: add support for streams to the common streamout code. (v2)
Dave Airlie
2015-07-29
3
-0
/
+10
*
r600,radeonsi: GL_ARB_conditional_render_inverted
Edward O'Callaghan
2015-07-29
1
-1
/
+1
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-1
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
5
-30
/
+30
*
r600/sb: Fix an &/&& mistake
Adam Jackson
2015-07-21
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
r600g: move sampler/ubo index registers before temp reg
Dave Airlie
2015-07-11
1
-7
/
+6
*
r600g: fix sampler/ubo indexing on cayman
Dave Airlie
2015-07-11
2
-6
/
+18
*
r600g: disable single-sample fast color clear due to hangs
Marek Olšák
2015-07-03
1
-1
/
+6
*
r600g,radeonsi: implement get_device_reset_status
Marek Olšák
2015-07-03
1
-1
/
+3
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
r600g: ignore sampler views for now.
Dave Airlie
2015-06-22
1
-0
/
+1
*
r600g: handle TGSI input/output array declarations correctly
Marek Olšák
2015-06-14
2
-87
/
+89
*
android: build with libcxx on android lollipop
Chih-Wei Huang
2015-06-09
1
-0
/
+4
*
r600g: fix a coverity defect in streamout code
Marek Olšák
2015-06-05
1
-1
/
+1
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+1
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
r600: use pipe->hw prim convert from radeonsi
Dave Airlie
2015-05-11
1
-15
/
+16
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
4
-4
/
+4
*
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
2015-04-29
2
-4
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
5
-6
/
+6
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-2
/
+1
*
r600g/sb: Skip empty ALU clause while scheduling
Glenn Kennard
2015-04-16
1
-0
/
+3
*
r600g/sb: Enable SB for geometry shaders
Glenn Kennard
2015-04-08
11
-16
/
+55
*
r600g/sb: Update last_cf for loops
Glenn Kennard
2015-04-08
1
-0
/
+8
*
r600g: fix op3 abs issue
Dave Airlie
2015-04-07
1
-17
/
+34
*
r600g: constify r600_shader_tgsi_instruction lists.
Emil Velikov
2015-03-17
1
-5
/
+5
*
r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}
Emil Velikov
2015-03-17
1
-591
/
+589
*
r600g: use the tgsi opcode from parse.FullToken.FullInstruction
Emil Velikov
2015-03-17
1
-5
/
+8
*
radeonsi: add basic code for overrasterization
Marek Olšák
2015-03-16
1
-1
/
+1
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
2
-3
/
+4
*
r600g: Use R600_MAX_VIEWPORTS instead of 16
Alexandre Demers
2015-03-09
5
-12
/
+14
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
5
-6
/
+24
*
r600g,radeonsi: cleanup of hex literals
Marek Olšák
2015-02-24
3
-16
/
+16
*
r600g: Implement GL_ARB_draw_indirect for EG/CM
Glenn Kennard
2015-02-24
10
-35
/
+129
*
r600: Fix build after 984f3069370cd4a347cb38269d430b428385affd
Eric Anholt
2015-02-24
1
-1
/
+1
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
1
-0
/
+2
*
r600g/sb: treat undefined values like constants
Dave Airlie
2015-02-18
1
-2
/
+2
*
r600g,radeonsi: implement GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+3
[next]