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
/
drivers
/
nv50
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nv50: write tic/tsc setup to correct slots when skipping units
Ben Skeggs
2009-10-19
2
-6
/
+8
*
nv50: fix segfault when there's gaps in enabled texture units
Ben Skeggs
2009-10-06
2
-4
/
+10
*
nv50: support PIPE_FORMAT_X8R8G8B8_UNORM
Ben Skeggs
2009-10-05
3
-0
/
+12
*
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
1
-2
/
+2
*
nv50: fix TEX for WriteMask not equal 0xf
Christoph Bumiller
2009-09-25
1
-4
/
+5
*
nv50: actually enable view volume clipping
Christoph Bumiller
2009-09-25
1
-1
/
+10
*
nv50: RCP and RSQ cannot load from VP inputs
Christoph Bumiller
2009-09-25
1
-1
/
+21
*
nv50: fix CEIL and TRUNC
Christoph Bumiller
2009-09-25
1
-4
/
+5
*
nv50: implement BGNLOOP, BRK, ENDLOOP
Christoph Bumiller
2009-09-25
1
-2
/
+75
*
nv50: implement IF, ELSE, ENDIF opcodes
Christoph Bumiller
2009-09-25
1
-42
/
+146
*
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-09-16
1
-2
/
+0
*
nv50: avoid excessive FIRE_RING
Maarten Maathuis
2009-09-15
1
-2
/
+3
*
nv50: use flush_notify to reduce number of relocs
Maarten Maathuis
2009-09-15
3
-0
/
+10
*
nv50: fix stupid thinko in emit_set
Christoph Bumiller
2009-09-15
1
-1
/
+3
*
nv50: let programs use the whole param buffer
Christoph Bumiller
2009-09-15
2
-43
/
+29
*
nv50: add preliminary support for point sprites
Christoph Bumiller
2009-09-15
3
-2
/
+58
*
nv50: add support for point size per vertex
Christoph Bumiller
2009-09-15
2
-0
/
+15
*
nv50: add support for light-twoside
Christoph Bumiller
2009-09-15
2
-0
/
+22
*
nv50: proper linkage between VP and FP
Christoph Bumiller
2009-09-15
4
-161
/
+298
*
nv50: move allocation of pc regs
Christoph Bumiller
2009-09-15
1
-155
/
+129
*
nv50: nicer initialization of nv50_regs
Christoph Bumiller
2009-09-15
1
-51
/
+42
*
nv50: handle CEIL and TRUNC opcodes
Christoph Bumiller
2009-09-15
1
-0
/
+16
*
nv50: handle SEQ, SGT, SLE, SNE opcodes
Christoph Bumiller
2009-09-15
1
-30
/
+61
*
nv50: SIN and COS use src0.w for dst.w
Christoph Bumiller
2009-09-15
1
-16
/
+20
*
nv50: use broadcast TEMP reg in tx_insn
Christoph Bumiller
2009-09-15
1
-60
/
+28
*
nv50: add nv50_tgsi_insn to handle swizzles safely
Christoph Bumiller
2009-09-15
1
-19
/
+128
*
nv50: add functions for swizzle resolution
Christoph Bumiller
2009-09-15
1
-30
/
+118
*
nv50: extend insn src mask function
Christoph Bumiller
2009-09-15
1
-46
/
+72
*
nv50: Fix m2mf positions.
Marcin Kościelnicki
2009-09-14
1
-2
/
+2
*
nv50: Fix tiling mode for lower mipmap levels.
Marcin Kościelnicki
2009-09-10
3
-5
/
+8
*
nv50: move centroid, flat bits when making interp long
Christoph Bumiller
2009-09-03
1
-4
/
+4
*
nv50: fix vbo_static_attrib method size error
Christoph Bumiller
2009-09-03
1
-3
/
+3
*
nv50: fix draw_elements_inline_u08/16
Christoph Bumiller
2009-09-03
1
-2
/
+2
*
nv50: SWZ is the same as MOV from our perspective
Ben Skeggs
2009-09-02
1
-0
/
+1
*
nouveau: introduce nouveau_miptree common to all nouveau pipe drivers
Ben Skeggs
2009-08-31
6
-30
/
+29
*
nv50: set provoking vertex state
Christoph Bumiller
2009-08-29
1
-0
/
+2
*
nv50: use VTX_ATTR_nF for constant vtxelts
Christoph Bumiller
2009-08-20
3
-1
/
+75
*
nv50: set vertex buffer limits
Christoph Bumiller
2009-08-20
1
-2
/
+11
*
nv50: modify vbo format to hw translation, add BGRA swizzle
Christoph Bumiller
2009-08-20
1
-39
/
+65
*
nv50: remove a few cases of directly casting struct pipe_context
Maarten Maathuis
2009-08-17
2
-3
/
+3
*
nv50: borrow some flushing code from the ddx
Maarten Maathuis
2009-08-17
1
-3
/
+11
*
nv50: whitespace fixes and deobfuscation
Maarten Maathuis
2009-08-17
9
-69
/
+85
*
nv50: fix stencil state
Christoph Bumiller
2009-08-17
1
-6
/
+6
*
nv50: avoid a NULL-ptr dereference when the pipe context changes
Maarten Maathuis
2009-08-15
1
-1
/
+26
*
nv50: align registers used with TEX to 4
Christoph Bumiller
2009-08-15
1
-1
/
+2
*
nv50: fix mipmap offsets and tiling
Christoph Bumiller
2009-08-14
3
-17
/
+34
*
nv50: make sure we don't re-emit outdated scissor state
Christoph Bumiller
2009-08-14
1
-4
/
+4
*
nv50: make use of the y-origin switch
Christoph Bumiller
2009-08-14
2
-25
/
+16
*
nv50: fix typo in REALLOC's 2nd argument in ctor_immd
Christoph Bumiller
2009-08-14
1
-1
/
+1
*
nv50: support non-blocking query_result()
Ben Skeggs
2009-07-29
1
-5
/
+5
[next]