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
*
r600g: don't need to call the packet dirty function if not dirty.
Dave Airlie
2011-06-07
2
-11
/
+16
*
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
*
nv50: fix nv50_sampler_state_delete array overflow
Marcin Slusarz
2011-06-06
1
-1
/
+1
*
r600g: move spi update to only when states change.
Dave Airlie
2011-06-03
1
-2
/
+9
*
cso: move cso hashes to a more table driven scheme
Dave Airlie
2011-06-03
2
-84
/
+21
*
u_prim: convert u_trim_pipe_prim to table driven.
Dave Airlie
2011-06-03
1
-47
/
+24
*
r600g: make conv pipe prim table driven.
Dave Airlie
2011-06-03
1
-32
/
+20
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-1
/
+1
*
r600g: sampler and texture state doesn't need a range/block.
Dave Airlie
2011-06-03
4
-34
/
+50
*
softpipe: add a better fake implementation of fences
Marek Olšák
2011-06-02
2
-6
/
+5
*
util: faster logbase2
Brian Paul
2011-06-02
1
-4
/
+7
*
d3d1x/sm4: don't reset 1st index of multi-dimensional operands to 0
Christoph Bumiller
2011-06-02
1
-1
/
+1
*
d3d1x/sm4: fix swizzle for 1 component operands
Christoph Bumiller
2011-06-02
1
-0
/
+1
*
r600g: add spi state and move spi/vgt to modify register
Dave Airlie
2011-06-02
2
-16
/
+35
*
r600g: decrease CPU time on set buffer resources
Dave Airlie
2011-06-02
5
-24
/
+92
*
r600g: work out range/block etc at state build time.
Dave Airlie
2011-06-02
3
-10
/
+17
*
r600g: deinline r600_pipe_state_add_reg.
Dave Airlie
2011-06-02
2
-12
/
+17
*
r600g: prepare for passing ctx into _r600_pipe_state_add_reg
Dave Airlie
2011-06-02
5
-18
/
+37
*
r600g: migrate macros from r600_priv.h to r600.h
Dave Airlie
2011-06-02
2
-10
/
+11
*
r600g: remote ctx arg to block/range macros.
Dave Airlie
2011-06-02
3
-24
/
+24
*
r600g: avoid copying unnecessary pieces of a block.
Dave Airlie
2011-06-02
1
-11
/
+20
*
r600g: optimise state setting in r600_draw_vbo.
Dave Airlie
2011-06-02
2
-11
/
+21
*
r600g: force new evergreen blocks for large range.
Dave Airlie
2011-06-02
1
-0
/
+3
*
r300g: remove unused debug option DBG_UPLOAD
Marek Olšák
2011-06-01
2
-15
/
+11
*
r600g: add llano support
Alex Deucher
2011-05-31
6
-0
/
+65
*
st/egl: Fix udev linkage when egl_dri2 is not build
Benjamin Franzke
2011-05-31
1
-1
/
+1
*
r300g: set squared microtiling for the dummy zbuffer
Marek Olšák
2011-05-31
1
-1
/
+1
*
r600g: cs init fixes
Alex Deucher
2011-05-31
3
-5
/
+12
*
r300g: log when getting unsupported texture format
Marek Olšák
2011-05-31
1
-4
/
+14
*
gallium: include limits.h in p_config.h
Dave Airlie
2011-05-31
1
-1
/
+1
*
r600g: add context control to start of CS
Dave Airlie
2011-05-31
1
-0
/
+13
*
r600g: don't emit color blend register on original R600.
Dave Airlie
2011-05-31
2
-8
/
+15
*
tgsi/ureg: bump the limit of immediates
Marek Olšák
2011-05-30
1
-1
/
+1
*
trace: implement texture_barrier
Marek Olšák
2011-05-29
1
-0
/
+16
*
trace: implement render_condition
Marek Olšák
2011-05-29
1
-0
/
+20
*
r300g: clear can be killed by render condition
Marek Olšák
2011-05-29
3
-7
/
+35
*
r300g: fix occlusion queries when depth test is disabled or zbuffer is missing
Marek Olšák
2011-05-29
2
-6
/
+27
*
r300g: cleanup render_condition a bit
Marek Olšák
2011-05-29
1
-5
/
+3
*
r300g: remove fake occlusion queries (debug option)
Marek Olšák
2011-05-29
3
-58
/
+7
*
r300g: remove debug option DBG_FALL
Marek Olšák
2011-05-29
2
-2
/
+1
*
r300g: print some HyperZ debug info
Marek Olšák
2011-05-29
2
-0
/
+4
*
nv50: fix emit_add_a16 to emit correct source reg
Trevor Davenport
2011-05-27
1
-2
/
+2
[next]