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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Work without sse2 if llvm is new enough
Adam Jackson
2013-04-05
1
-2
/
+3
*
winsys/radeon: add command stream replay dump for faulty lockup v3
Jerome Glisse
2013-04-05
7
-37
/
+443
*
st/xlib: add HUD support for xlib/GLX
Brian Paul
2013-04-04
4
-0
/
+34
*
gallium/hud: add GALLIUM_HUD_PERIOD env var
Brian Paul
2013-04-04
1
-1
/
+16
*
gallium/hud: initialize sampler state
Brian Paul
2013-04-04
1
-0
/
+6
*
gallivm: some minor cube map cleanup
Roland Scheidegger
2013-04-04
1
-10
/
+15
*
llvmpipe: implement ucmp
Zack Rusin
2013-04-04
2
-0
/
+32
*
Avoid spurious GCC warnings in STATIC_ASSERT() macro.
Paul Berry
2013-04-04
1
-1
/
+1
*
freedreno: document debug flag
Erik Faye-Lund
2013-04-04
1
-0
/
+4
*
st/wgl: add HUD support
Brian Paul
2013-04-04
5
-0
/
+42
*
st/wgl: make stw_current_context() non-static
Brian Paul
2013-04-04
2
-1
/
+3
*
util: add debug_memory_check_block(), debug_memory_tag()
Brian Paul
2013-04-04
2
-0
/
+61
*
gallium/hud: replace malloc w/ MALLOC
Brian Paul
2013-04-04
1
-1
/
+1
*
r600g/llvm: Workaround for wrong tex.offset_*
Vincent Lejeune
2013-04-04
1
-0
/
+3
*
gallivm: honor explicit derivatives values for cube maps.
Roland Scheidegger
2013-04-04
4
-28
/
+60
*
gallivm: do per-pixel cube face selection (finally!!!)
Roland Scheidegger
2013-04-04
3
-82
/
+180
*
gallivm: minor rho calculation optimization for 1 or 3 coords
Roland Scheidegger
2013-04-04
2
-29
/
+22
*
gallivm: use f16c hw support for float->half and half->float conversion
Roland Scheidegger
2013-04-04
4
-4
/
+53
*
draw/llvmpipe: allow independent so attachments to the vs
Zack Rusin
2013-04-03
6
-23
/
+43
*
llvmpipe: reset so buffers when not appending
Zack Rusin
2013-04-03
1
-0
/
+6
*
draw: remove unused function
Zack Rusin
2013-04-03
2
-12
/
+0
*
draw/llvm: use an enum instead of magic numbers
Zack Rusin
2013-04-03
2
-10
/
+15
*
draw/gs: cleanup some debugging code
Zack Rusin
2013-04-03
1
-4
/
+0
*
draw/so: maintain an exact number of written vertices
Zack Rusin
2013-04-03
3
-7
/
+33
*
draw: Implement support for primitive id
Zack Rusin
2013-04-03
8
-8
/
+33
*
draw/so: Fix bogus assert
Zack Rusin
2013-04-03
1
-1
/
+0
*
draw/gs: Fix memory corruption with multiple primitives
Zack Rusin
2013-04-03
1
-10
/
+15
*
gallivm: cleanup the gs interface
Zack Rusin
2013-04-03
3
-50
/
+85
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
8
-1
/
+33
*
util: add new util_resource_size() function in u_resource.[ch]
Brian Paul
2013-04-03
2
-1
/
+98
*
util: move functions from u_resource.c to u_transfer.c
Brian Paul
2013-04-03
2
-75
/
+74
*
r600g/llvm: Do not override llvm provided stack_size
Vincent Lejeune
2013-04-03
1
-1
/
+2
*
r600g/llvm: Do not change cf_alu inst when adding alus
Vincent Lejeune
2013-04-03
1
-7
/
+2
*
radeonsi: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
2013-04-03
1
-0
/
+12
*
svga: add HUD queries for number of draw calls, number of fallbacks
Brian Paul
2013-04-03
4
-0
/
+61
*
svga: refactor occlusion query code
Brian Paul
2013-04-03
1
-94
/
+124
*
gallium/hud: try L8 texture for font if I8 format isn't supported
Brian Paul
2013-04-03
1
-4
/
+13
*
svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICS
Brian Paul
2013-04-03
1
-0
/
+1
*
nv50,nvc0: remove MS resolve formats hack
Christoph Bumiller
2013-04-03
2
-15
/
+0
*
nvc0: fix 128 bit compressed storage type selection
Christoph Bumiller
2013-04-03
1
-1
/
+1
*
nvc0: place staging textures in GART and map them directly
Christoph Bumiller
2013-04-03
7
-11
/
+76
*
nv50: account for pesky prefetch in size calculation of linear textures
Christoph Bumiller
2013-04-03
1
-1
/
+6
*
nvc0: honour scaled coordiantes setting for linear textures
Christoph Bumiller
2013-04-03
1
-6
/
+5
*
nvc0: fix for 2d engine R source formats writing RRR1 and not R001
Christoph Bumiller
2013-04-03
3
-52
/
+148
*
nv50,nvc0: disable DEPTH_RANGE_NEAR/FAR clipping during blit
Christoph Bumiller
2013-04-03
3
-1
/
+5
*
nouveau: accelerate buffer copies in resource_copy_region
Christoph Bumiller
2013-04-03
5
-11
/
+47
*
nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methods
Christoph Bumiller
2013-04-03
3
-49
/
+129
*
nvc0: read PM counters for each warp scheduler separately
Christoph Bumiller
2013-04-03
2
-61
/
+138
*
nvc0: add some metrics to driver specific queries
Christoph Bumiller
2013-04-03
2
-58
/
+160
*
nvc0: add some driver statistics queries
Christoph Bumiller
2013-04-03
14
-25
/
+279
[next]