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
/
mesa
/
drivers
/
dri
/
i965
/
brw_vtbl.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/gen6: Move scissor state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965: Move sampler state to state streaming.
Eric Anholt
2011-04-29
1
-3
/
+0
*
i965/gen4: Move WM state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Move the depth/stencil state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Move the blend state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Move the color calc state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965: Move the CC VP to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Move the SF VP to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Move the clip VP to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965/gen6: Stream the WM push constants.
Eric Anholt
2011-04-29
1
-1
/
+0
*
i965: Remove unnecessary release/reference of brw_context.state.depth_region
Chad Versace
2011-04-12
1
-6
/
+4
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-0
/
+2
*
i965: drop state_bo references to batch_bo
Chris Wilson
2011-02-21
1
-5
/
+0
*
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
1
-9
/
+0
*
i965: Drop the dead tracking of color_regions[].
Eric Anholt
2011-02-04
1
-9
/
+0
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-0
/
+1
*
dri/i965: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-1
/
+0
*
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-08-22
1
-0
/
+1
*
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
1
-0
/
+2
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
1
-0
/
+3
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-3
/
+3
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-1
/
+1
*
i965: Free gen6 state BOs on context destroy.
Eric Anholt
2010-02-25
1
-0
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-5
/
+5
*
i965: Keep the CURBE BO mapped and memcpy instead of subdataing.
Eric Anholt
2010-02-06
1
-2
/
+6
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-1
/
+0
*
|
intel: Remove dead note_fence vtbl hook.
Eric Anholt
2010-01-19
1
-7
/
+0
*
|
Merge commit 'origin/mesa_7_7_branch'
Maciej Cencora
2009-11-23
1
-3
/
+9
|
\
|
|
*
i965: Fix several memory leaks on exit.
Eric Anholt
2009-11-21
1
-3
/
+9
*
|
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-19
1
-3
/
+0
|
/
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
1
-15
/
+0
*
intel: Remove some dead metaops code.
Eric Anholt
2009-09-28
1
-2
/
+0
*
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-06-29
1
-9
/
+0
*
i965: Don't set a reserved bit in MI_FLUSH.
Eric Anholt
2009-06-23
1
-1
/
+1
*
i965: checkpoint commit: VS constant buffers
Brian Paul
2009-04-14
1
-0
/
+1
*
i965: Remove dead flushing code.
Eric Anholt
2009-03-05
1
-18
/
+0
*
i965: rename draw_regions -> color_regions
root
2009-02-26
1
-11
/
+11
*
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-17
1
-0
/
+3
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-1
/
+0
*
i965: formatting, comments, whitespace clean-ups
Brian Paul
2009-01-30
1
-33
/
+39
*
i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs.
Eric Anholt
2008-11-28
1
-2
/
+0
*
i965: Fix compiler warning from unused var.
Eric Anholt
2008-10-27
1
-1
/
+0
*
i965: Add ARB_occlusion_query support.
Eric Anholt
2008-10-07
1
-0
/
+10
*
Remove TNL-to-VP tracking from i965
Ian Romanick
2008-09-28
1
-1
/
+0
*
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
2008-09-26
1
-0
/
+34
*
i965: Cope with batch getting flushed in the middle of batchbuffer emits.
Eric Anholt
2008-09-23
1
-2
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-5
/
+5
*
intel: Fix refcounting on depth buffer initialization in DRI2.
Eric Anholt
2008-09-03
1
-15
/
+3
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-3
/
+15
[prev]
[next]