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
/
mesa
/
drivers
/
dri
/
i965
/
brw_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove dead entrypoints to state cache, rename the one that's left.
Eric Anholt
2011-04-29
1
-2
/
+0
*
i965/gen4: Move the GS state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+1
*
i965/gen4: Move clip state to state streaming
Eric Anholt
2011-04-29
1
-1
/
+3
*
i965/gen4: Move VS state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+1
*
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
-5
/
+4
*
i965/gen4: Move WM state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+1
*
i965/gen6: Move the depth/stencil state to state streaming.
Eric Anholt
2011-04-29
1
-3
/
+1
*
i965/gen6: Move the blend state to state streaming.
Eric Anholt
2011-04-29
1
-1
/
+1
*
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
-8
/
+1
*
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
/
+5
*
i965/gen6: Stream the VS push constants.
Eric Anholt
2011-04-29
1
-0
/
+3
*
i965/gen6: Stream the WM push constants.
Eric Anholt
2011-04-29
1
-2
/
+2
*
i965/fs: Add initial support for 16-wide dispatch on gen6.
Eric Anholt
2011-04-26
1
-0
/
+3
*
i965: Allocate the whole URB to the VS and fix calculations for Gen6.
Kenneth Graunke
2011-04-18
1
-1
/
+4
*
i965: Document brw_context.state.depth_region
Chad Versace
2011-04-12
1
-1
/
+20
*
i965: Add comments about URB size units and limits.
Kenneth Graunke
2011-04-12
1
-4
/
+4
*
i965: Move the SF VP from state caching to state streaming.
Eric Anholt
2011-04-11
1
-0
/
+1
*
i965: Change the SF unit from state caching to state streaming.
Eric Anholt
2011-04-11
1
-0
/
+1
*
i965: Pack the tracked state atoms into separate arrays for prepare/emit.
Chris Wilson
2011-03-09
1
-0
/
+3
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
1
-2
/
+2
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
1
-1
/
+1
*
i965: Upload all vertices used
Chris Wilson
2011-03-01
1
-2
/
+0
*
i965: Remove unused 'next_free_page' member
Chris Wilson
2011-02-21
1
-5
/
+0
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-2
/
+12
*
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
1
-4
/
+11
*
i965: upload transient indices into the same discontiguous buffer
Chris Wilson
2011-02-21
1
-1
/
+0
*
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
-8
/
+0
*
i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.
Kenneth Graunke
2011-02-08
1
-1
/
+1
*
i965: Drop the dead tracking of color_regions[].
Eric Anholt
2011-02-04
1
-2
/
+0
*
i965: Nuke brw_wm_glsl.c.
Eric Anholt
2010-12-06
1
-1
/
+1
*
i965: Make FS uniforms be the actual type of the uniform at upload time.
Eric Anholt
2010-10-27
1
-2
/
+40
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-3
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Normalize cubemap coordinates like is done in the Mesa IR path.
Eric Anholt
2010-10-07
1
-0
/
+2
*
i965: When encountering an unknown opcode in new FS backend, print its name.
Eric Anholt
2010-08-27
1
-1
/
+7
*
i965: Start building 965 FS backend.
Eric Anholt
2010-08-26
1
-0
/
+10
*
i965: Fix up WM push constant setup on gen6.
Eric Anholt
2010-08-22
1
-1
/
+7
*
i965: Stream out CC unit state.
Eric Anholt
2010-06-12
1
-0
/
+1
*
i965: Remove caching of surface state objects.
Eric Anholt
2010-06-11
1
-4
/
+3
*
i965: Convert the binding table to streamed indirect state.
Eric Anholt
2010-06-11
1
-3
/
+4
*
i965: Split constant buffer setup from its surface state/binding state.
Eric Anholt
2010-06-11
1
-2
/
+4
*
i965: Set the CC VP state immediately on state change.
Eric Anholt
2010-06-11
1
-0
/
+7
*
i965: Avoid calloc/free in the CURBE upload process.
Eric Anholt
2010-06-09
1
-0
/
+11
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-39
/
+40
*
i965: Add support for all 8 possible ARB_draw_buffers in Mesa.
Eric Anholt
2010-05-23
1
-1
/
+1
[next]