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
/
nv50_state_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-6
/
+6
*
nv50: Silence missing initializer warning.
Vinson Lee
2010-09-18
1
-1
/
+1
*
nv50: introduce the big formats table
Christoph Bumiller
2010-07-24
1
-64
/
+11
*
nv50: import new compiler
Christoph Bumiller
2010-07-23
1
-0
/
+9
*
nv50: implement depth clamp
Christoph Bumiller
2010-07-23
1
-10
/
+22
*
nv50: Initialize variables.
Vinson Lee
2010-04-17
1
-1
/
+1
*
nv50: Remove redundant assignment.
Vinson Lee
2010-04-17
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+3
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-2
/
+2
*
nv50: get rid of the static_init stateobj
Christoph Bumiller
2010-03-21
1
-1
/
+1
*
nv50: fix damage from merging master into sampler-view
Christoph Bumiller
2010-03-11
1
-6
/
+4
*
nv50: inline nv50_state_flush_notify()
Ben Skeggs
2010-03-10
1
-15
/
+6
*
nv50: remove nv50_context.state.instbuf
Ben Skeggs
2010-03-10
1
-5
/
+0
*
nv50: make use of scissor enable/disable method
Ben Skeggs
2010-03-10
1
-19
/
+4
*
nv50: move magic 0x142c stuff to after state emission
Ben Skeggs
2010-03-10
1
-1
/
+8
*
nv50: always emit dummy relocs for all still-referenced buffers
Ben Skeggs
2010-03-10
1
-2
/
+8
*
nv50: ensure enough room for state changes in current pushbuf
Ben Skeggs
2010-03-10
1
-11
/
+28
*
nv50: rework state emission
Ben Skeggs
2010-03-10
1
-221
/
+209
*
nv50: use relocs rather than re-uploading TIC all the time
Ben Skeggs
2010-03-10
1
-2
/
+1
*
nv50: fix RT formats after format rename fixes
Christoph Bumiller
2010-03-02
1
-18
/
+36
*
nouveau: Rename pipe formats.
José Fonseca
2010-03-02
1
-5
/
+5
*
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-22
1
-40
/
+22
*
nv: Use util_format_name().
José Fonseca
2010-02-14
1
-2
/
+4
*
nouveau: fix compile errors...
Roland Scheidegger
2010-02-11
1
-2
/
+2
*
nv50: adapt to stencil ref changes
Roland Scheidegger
2010-02-11
1
-0
/
+14
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-5
/
+5
*
nv50: implement instanced drawing
Christoph Bumiller
2010-01-17
1
-0
/
+3
*
nv50: hook up geometry programs
Christoph Bumiller
2010-01-16
1
-4
/
+18
*
nv50: support for geometry programs in nv50_program
Christoph Bumiller
2010-01-16
1
-2
/
+2
*
nouveau: rewrite nouveau_stateobj to use BEGIN_RING properly
Maarten Maathuis
2010-01-05
1
-6
/
+7
*
nv50: remove vtxbuf stateobject after a referenced vtxbuf is mapped
Maarten Maathuis
2010-01-05
1
-0
/
+3
*
nv50: Dehexify and bring up to date with new method defines.
Marcin Kościelnicki
2009-12-28
1
-10
/
+10
*
nv50: support vertex program textures
Christoph Bumiller
2009-12-12
1
-16
/
+36
*
nv50: update linkage on rasterizer change
Christoph Bumiller
2009-11-29
1
-2
/
+4
*
nv50: bswap32 the polygon stipple pattern
Christoph Bumiller
2009-11-27
1
-1
/
+1
*
nv50: clarify data for method 0x121c
Christoph Bumiller
2009-11-09
1
-5
/
+6
*
nv50: make MRTs work
Christoph Bumiller
2009-10-31
1
-0
/
+11
*
nv50: add depth texture formats, and a few others, too
Christoph Bumiller
2009-10-23
1
-21
/
+18
*
nv50: use SIFC for TIC, TSC upload
Christoph Bumiller
2009-10-19
1
-7
/
+47
*
drm/nv50: write tic/tsc setup to correct slots when skipping units
Ben Skeggs
2009-10-19
1
-3
/
+4
*
nv50: fix segfault when there's gaps in enabled texture units
Ben Skeggs
2009-10-06
1
-4
/
+7
*
nv50: support PIPE_FORMAT_X8R8G8B8_UNORM
Ben Skeggs
2009-10-05
1
-0
/
+3
*
nv50: actually enable view volume clipping
Christoph Bumiller
2009-09-25
1
-1
/
+10
*
nv50: use flush_notify to reduce number of relocs
Maarten Maathuis
2009-09-15
1
-0
/
+6
*
nv50: proper linkage between VP and FP
Christoph Bumiller
2009-09-15
1
-0
/
+5
*
nv50: Fix tiling mode for lower mipmap levels.
Marcin Kościelnicki
2009-09-10
1
-2
/
+4
*
nouveau: introduce nouveau_miptree common to all nouveau pipe drivers
Ben Skeggs
2009-08-31
1
-2
/
+2
*
nv50: use VTX_ATTR_nF for constant vtxelts
Christoph Bumiller
2009-08-20
1
-0
/
+2
*
nv50: whitespace fixes and deobfuscation
Maarten Maathuis
2009-08-17
1
-6
/
+7
*
nv50: avoid a NULL-ptr dereference when the pipe context changes
Maarten Maathuis
2009-08-15
1
-1
/
+26
[next]