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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: add functions to manage shaders
Chia-I Wu
2013-04-26
4
-0
/
+899
*
ilo: hook up pipe context flush function
Chia-I Wu
2013-04-26
2
-1
/
+79
*
ilo: add command parser
Chia-I Wu
2013-04-26
3
-0
/
+649
*
ilo: hook up pipe screen resource functions
Chia-I Wu
2013-04-26
2
-5
/
+856
*
ilo: hook up pipe screen format functions
Chia-I Wu
2013-04-26
2
-2
/
+683
*
ilo: hook up pipe_screen param and fence functions
Chia-I Wu
2013-04-26
3
-11
/
+606
*
ilo: add debug flags settable through ILO_DEBUG
Chia-I Wu
2013-04-26
2
-0
/
+28
*
ilo: new pipe driver for Intel GEN6+
Chia-I Wu
2013-04-26
28
-0
/
+4887
*
winsys/radeon: consolidate tracing into winsys v2
Jerome Glisse
2013-04-25
11
-66
/
+22
*
r600g/compute: Removed unused and untested code
Tom Stellard
2013-04-25
5
-776
/
+66
*
r600g/compute: Use a constant buffer to store kernel parameters v2
Tom Stellard
2013-04-25
2
-16
/
+30
*
r600g: Add evergreen_emit_cs_constant_buffers() v2
Tom Stellard
2013-04-25
3
-11
/
+36
*
r600g/compute: Don't use radeon_winsys::buffer_wait() after dispatching a kernel
Tom Stellard
2013-04-25
1
-6
/
+0
*
r600g/compute: Fix input buffer size calculation
Tom Stellard
2013-04-25
1
-1
/
+1
*
freedreno: use writecombine buffers
Rob Clark
2013-04-25
1
-1
/
+2
*
freedreno: don't patch and re-emit same shader as much
Rob Clark
2013-04-25
5
-64
/
+65
*
trace: Only close trace files on exit.
José Fonseca
2013-04-25
3
-18
/
+4
*
scons: Support clang.
José Fonseca
2013-04-25
1
-1
/
+1
*
scons: Remove redundant code.
José Fonseca
2013-04-25
1
-3
/
+0
*
freedreno: fix bogus IMM const reg index
Rob Clark
2013-04-24
2
-3
/
+3
*
freedreno: clear fixes and debugging
Rob Clark
2013-04-24
4
-1
/
+29
*
freedreno: fix texture fetch type
Rob Clark
2013-04-24
4
-2
/
+10
*
freedreno: fix temp register usage
Rob Clark
2013-04-24
1
-48
/
+52
*
freedreno: use u_math macros/helpers more
Rob Clark
2013-04-24
6
-25
/
+20
*
freedreno: implement fd_screen_destroy()
Rob Clark
2013-04-24
1
-6
/
+26
*
freedreno: set SWAP bit based on format
Rob Clark
2013-04-24
1
-7
/
+19
*
radeon/llvm: Fix segfault with a specifc libelf implementation
Tom Stellard
2013-04-24
1
-0
/
+4
*
r600g: use CP DMA for buffer clears on evergreen+
Alex Deucher
2013-04-24
4
-2
/
+119
*
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile
Tom Stellard
2013-04-24
3
-8
/
+7
*
radeonsi: cleanup disabling tiling for UVD v3
Christian König
2013-04-24
1
-3
/
+4
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
80
-320
/
+320
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
80
-80
/
+80
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
17
-49
/
+33
*
r600g: initialize CMASK and HTILE with the GPU using streamout
Marek Olšák
2013-04-23
4
-7
/
+80
*
r600/llvm: Read stacksize from config header
Vincent Lejeune
2013-04-23
4
-3
/
+5
*
/bin/bash: q : commande introuvable
Vincent Lejeune
2013-04-23
2
-2
/
+2
*
radeon/llvm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
1
-0
/
+1
*
softpipe: fix streamout with an emptry geometry shader
Zack Rusin
2013-04-22
2
-12
/
+23
*
llvmpipe: verify function on blend test.
José Fonseca
2013-04-21
1
-0
/
+2
*
llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.
José Fonseca
2013-04-20
1
-4
/
+6
*
llvmpipe: Ignore depth-stencil state if format has no depth/stencil.
José Fonseca
2013-04-20
1
-4
/
+10
*
freedreno: move ir -> ir2
Rob Clark
2013-04-20
6
-283
/
+283
*
freedreno: cleanup some cruft left over from fdre
Rob Clark
2013-04-20
2
-133
/
+1
*
svga: remove TGSI_OPCODE_BREAKC instruction translation
Roland Scheidegger
2013-04-20
1
-1
/
+0
*
svga: whitespace, comment fixes in svga_pipe_query.c
Brian Paul
2013-04-19
1
-41
/
+49
*
svga: whitespace, comment fixes in svga_pipe_fs/vs.c
Brian Paul
2013-04-19
2
-48
/
+41
*
radeonsi: add support for compressed texture v2
Jerome Glisse
2013-04-18
2
-2
/
+76
*
radeonsi: add 2d tiling support for texture v3
Jerome Glisse
2013-04-18
2
-72
/
+20
*
llvmpipe: Take in consideration all current constant buffers when mapping.
José Fonseca
2013-04-18
1
-3
/
+9
*
nv50: add remaining RGBX formats
Christoph Bumiller
2013-04-18
1
-4
/
+12
[next]