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
*
st/egl: set EGL_ALPHA_MASK_SIZE
Chia-I Wu
2011-06-09
1
-0
/
+4
*
r600g: fix mixup in GPR resource reg setup
Alex Deucher
2011-06-08
1
-3
/
+10
*
gallium: fix comments for pipe_stream_output_state
Brian Paul
2011-06-08
1
-7
/
+9
*
gallium: s/bool/boolean/
Brian Paul
2011-06-08
13
-21
/
+21
*
draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)
Brian Paul
2011-06-08
1
-5
/
+57
*
r600g: missed one line in eg dyn gpr fallback.
Dave Airlie
2011-06-08
1
-0
/
+1
*
r600g: set enable always bits for r600/r700 sq registers.
Dave Airlie
2011-06-08
1
-11
/
+11
*
r600g: condition evergreen dyn gpr resource management
Dave Airlie
2011-06-08
2
-2
/
+33
*
r600g: fix warnings in winsys.
Dave Airlie
2011-06-08
1
-5
/
+2
*
r600g: enable dynamic GPR resource management on evergreen
Dave Airlie
2011-06-08
3
-20
/
+11
*
r600g: only add blocks once to the dirty/enabled lists.
Dave Airlie
2011-06-08
1
-3
/
+5
*
r600g: fix regression in recent state changes.
Dave Airlie
2011-06-08
1
-0
/
+1
*
r600g: move simple part of bo reloc processing inline.
Dave Airlie
2011-06-08
2
-12
/
+17
*
r600g: take alpha ref update out of line.
Dave Airlie
2011-06-08
1
-5
/
+4
*
r600g: split resource emit path from main register emit path
Dave Airlie
2011-06-08
4
-17
/
+106
*
r600g: exit bo per reg scanning loop early.
Dave Airlie
2011-06-08
2
-9
/
+13
*
r600g: reorder evergreen draw packets to be smaller.
Dave Airlie
2011-06-08
1
-4
/
+8
*
r600g: inline r600_bo_reference.
Dave Airlie
2011-06-08
3
-13
/
+15
*
r600g: no need to drop the references here.
Dave Airlie
2011-06-08
1
-2
/
+0
*
r600g: use memcmp instead of a loop in state_set_resource
Dave Airlie
2011-06-08
1
-5
/
+3
*
r600g : fix incorrect size computation in r600_query_result
Pierre-Eric Pelloux-Prayer
2011-06-07
1
-1
/
+2
*
r600g: remove pre-r6xx asic families and pci ids
Alex Deucher
2011-06-07
2
-35
/
+0
*
r600g: always clear query memory
Alex Deucher
2011-06-07
1
-3
/
+3
*
r300g: consolidate deducing chipset info
Marek Olšák
2011-06-07
4
-392
/
+107
*
r600g: add missing r300 families
Marek Olšák
2011-06-07
1
-0
/
+5
*
r300g: Remove is_r3xx
Benjamin Franzke
2011-06-07
3
-215
/
+9
*
r600g: Use radeon pciid list for the family lookup table
Benjamin Franzke
2011-06-07
2
-481
/
+6
*
targets/egl: Support driver name lookup using pci lists
Benjamin Franzke
2011-06-07
3
-71
/
+83
*
tgsi: s/varient/variant/
Brian Paul
2011-06-07
1
-2
/
+2
*
draw: rename draw_vs_varient.c to draw_vs_variant.c
Brian Paul
2011-06-07
3
-2
/
+2
*
draw/llvm: whitespace, formatting fixes
Brian Paul
2011-06-07
1
-38
/
+51
*
draw: s/1/TRUE/
Brian Paul
2011-06-07
1
-2
/
+2
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Stéphane Marchesin
2011-06-06
8
-373
/
+430
|
\
|
*
r600g: optimise the draw emission packets for r600/eg
Dave Airlie
2011-06-07
2
-30
/
+37
|
*
r600g: use an enabled list to track enabled blocks.
Dave Airlie
2011-06-07
4
-35
/
+56
|
*
r600g/winsys: overhaul resource range/blocks.
Dave Airlie
2011-06-07
4
-65
/
+110
|
*
r600g: split out block init
Dave Airlie
2011-06-07
1
-46
/
+55
|
*
r600g: move resource setting to its own structures.
Dave Airlie
2011-06-07
8
-172
/
+140
|
*
r600g: only call bo loop if nbos is positive.
Dave Airlie
2011-06-07
1
-17
/
+19
|
*
r600g: don't need to call the packet dirty function if not dirty.
Dave Airlie
2011-06-07
2
-11
/
+16
*
|
i915g: Do generic remapping.
Stéphane Marchesin
2011-06-06
3
-92
/
+119
|
/
*
i915g: implement more opcodes.
Stéphane Marchesin
2011-06-06
1
-12
/
+82
*
i915g: implement TGSI_OPCODE_SEQ.
Stéphane Marchesin
2011-06-06
1
-0
/
+28
*
i915g: handle varyings properly.
Stéphane Marchesin
2011-06-06
2
-9
/
+27
*
i915g: add missing and unsupported PIPE_CAPs to avoid debug messages.
Stéphane Marchesin
2011-06-06
1
-0
/
+5
*
Gallium: fix indentation in u_blitter.c
Stéphane Marchesin
2011-06-06
1
-1
/
+1
*
i915g: don't destroy a texture buffer if it's NULL.
Stéphane Marchesin
2011-06-06
1
-1
/
+2
*
llvmpipe: use $(CXX) instead of g++ for linking.
Stéphane Marchesin
2011-06-06
1
-1
/
+1
*
softpipe: Anisotropic filtering extension.
Andreas Faenger
2011-06-06
2
-6
/
+336
*
util: add \n to debug_checkpoint_full
Marcin Slusarz
2011-06-06
1
-1
/
+1
[next]