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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/glx: Do not undefine _R, _G, and _B.
Vinson Lee
2012-06-18
1
-3
/
+0
*
svga: fix synchronization bug between sampler views and surfaces
Brian Paul
2012-06-18
1
-0
/
+5
*
draw: Ensure that the vertex_header type size matches expectation.
José Fonseca
2012-06-18
1
-0
/
+3
*
r600g: enable streamout by default on r7xx and DRM 2.17.0
Marek Olšák
2012-06-17
5
-11
/
+16
*
i915g: More ops commute.
Stéphane Marchesin
2012-06-15
2
-6
/
+22
*
r600g: fix lockups with streamout on r7xx
Marek Olšák
2012-06-15
2
-0
/
+15
*
r600g: compute CS space for streamout correctly, add comments
Marek Olšák
2012-06-15
1
-6
/
+7
*
r600g: set SMX_ACTION_ENA to fix streamout cache flushes on some chipsets
Marek Olšák
2012-06-15
1
-1
/
+2
*
clover: Fix build with LLVM libs installed to non-standard directories
Alexey Shvetsov
2012-06-15
1
-0
/
+1
*
gallium: Add TGSI_OPCODE_F2U to gallivm backend.
Paul Berry
2012-06-15
1
-0
/
+13
*
winsys/radeon: enable IB submission to compute rings v2
Christian König
2012-06-15
4
-8
/
+16
*
winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy
Maarten Lankhorst
2012-06-15
1
-1
/
+0
*
nv50,nvc0: fix stream output target buffer leak
Marcin Slusarz
2012-06-14
2
-0
/
+2
*
nv50: disable stream output before reconfiguring it
Christoph Bumiller
2012-06-14
1
-2
/
+2
*
nv50/ir: handle NEG,ABS modifiers for short RCP encoding
Christoph Bumiller
2012-06-14
1
-0
/
+2
*
st/vdpau: fix YCbCr down/up-loads for buffers larger than requested
Christian König
2012-06-14
1
-2
/
+27
*
svga: make svga_surface_needs_propagation() surface const
Brian Paul
2012-06-14
2
-3
/
+3
*
svga: add svga_surface_const() cast wrapper
Brian Paul
2012-06-14
1
-0
/
+8
*
svga: fix comment typo
Brian Paul
2012-06-14
1
-1
/
+1
*
rbug: fix make process on Linux Mint 13 x64.
Aaron Watry
2012-06-14
12
-20
/
+20
*
util: add some comments, fix indentation
Brian Paul
2012-06-13
1
-1
/
+5
*
radeonsi: Don't always re-compile shaders after they're bound.
Michel Dänzer
2012-06-12
1
-6
/
+1
*
st/xorg: Fix crash on startup.
Dave Airlie
2012-06-12
1
-4
/
+11
*
radeonsi: Use linear instead of constant interpolation for now.
Michel Dänzer
2012-06-12
2
-4
/
+22
*
radeonsi: Handle SUB_f32.
Thomas Stellard
2012-06-12
2
-2
/
+3
*
radeonsi: Only dump shaders with environment variable RADEON_DUMP_SHADERS=1.
Michel Dänzer
2012-06-12
2
-9
/
+20
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
13
-37
/
+1
*
i915g: Fix depth/stencil glClear
Michael Karcher
2012-06-10
1
-6
/
+5
*
gallivm: Fix calculating rho for 3d textures for the single-quad case
Roland Scheidegger
2012-06-08
1
-2
/
+1
*
radeon/llvm: Emulate RECIP_UINT instruction on Cayman
Tom Stellard
2012-06-06
2
-4
/
+13
*
radeon/llvm: Remove some duplicate code in the R600 CodeEmitter
Tom Stellard
2012-06-06
1
-9
/
+3
*
radeon/llvm: Fix MULLO* instructions on Cayman
Tom Stellard
2012-06-06
4
-14
/
+53
*
r600g: Compute support for Cayman
Tom Stellard
2012-06-06
5
-66
/
+95
*
xorg: port to new compat API.
Dave Airlie
2012-06-06
8
-63
/
+162
*
translate_test: add support for half floats
Brian Paul
2012-06-06
1
-0
/
+8
*
radeon/llvm: Remove obselete hooks for the ConvertToISA pass
Tom Stellard
2012-06-06
6
-87
/
+1
*
radeon/llvm: Remove AMDIL MOVE* instructions
Tom Stellard
2012-06-06
5
-20
/
+2
*
radeon/llvm: Add isMov() to AMDILInstrInfo
Tom Stellard
2012-06-06
6
-11
/
+34
*
radeon/llvm: Remove deadcode from the AMDILISelLowering class
Tom Stellard
2012-06-06
2
-203
/
+0
*
radeon/llvm: Don't lower RETURN to S_ENDPGM on SI
Tom Stellard
2012-06-06
2
-1
/
+4
*
radeon/llvm: Remove AMDIL VCREATE* instructions
Tom Stellard
2012-06-06
8
-97
/
+12
*
radeon/llvm: Remove AMDIL LOADCONST* instructions
Tom Stellard
2012-06-06
13
-322
/
+33
*
nouveau: fix scratch buffer leak
Marcin Slusarz
2012-06-05
4
-3
/
+15
*
nv50: fix nv50_stream_output_state leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
nv50: fix symbol table memory leak
Marcin Slusarz
2012-06-05
1
-0
/
+3
*
radeon/llvm: Fix VTX_READ patterns
Tom Stellard
2012-06-01
3
-4
/
+33
*
radeon/llvm: Emit 2 bytes for vertex fetch offsets
Tom Stellard
2012-06-01
2
-1
/
+3
*
radeon/llvm: Only use indirect (vertex fetch) parameters for kernels
Tom Stellard
2012-06-01
1
-2
/
+6
*
radeon/llvm: Eliminate CFGStructurizer dependency on AMDIL instructions
Tom Stellard
2012-06-01
11
-41
/
+124
*
radeon/llvm: Change prefix on tablegen files to AMDGPU
Tom Stellard
2012-06-01
17
-50
/
+50
[prev]
[next]