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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Remove the INTEL_OLD_VS option.
Kenneth Graunke
2012-01-18
1
-1
/
+0
*
i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
2012-01-06
1
-0
/
+1
*
i965/gen7: Flush the batch between transform feedbacks.
Eric Anholt
2012-01-06
1
-0
/
+5
*
i965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
Paul Berry
2011-12-23
1
-2
/
+2
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
1
-0
/
+2
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
1
-0
/
+7
*
i965: Implement bounds checking for transform feedback output.
Kenneth Graunke
2011-12-20
1
-0
/
+3
*
i965: Flush pipeline on EndTransformFeedback.
Paul Berry
2011-12-20
1
-0
/
+5
*
i965 gen6: Initial implementation of transform feedback.
Paul Berry
2011-12-20
1
-1
/
+46
*
i965 gen6: Allocate URB space for GS
Paul Berry
2011-12-07
1
-0
/
+5
*
i965: Don't perform the precompile on fragment shaders by default.
Eric Anholt
2011-11-30
1
-0
/
+1
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-1
/
+1
*
i965: Use the surface format table to determine render target supportedness.
Eric Anholt
2011-11-22
1
-0
/
+6
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-0
/
+2
*
i965: Add HiZ operation state to brw_context
Chad Versace
2011-11-22
1
-0
/
+35
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
1
-0
/
+1
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
1
-3
/
+6
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
1
-29
/
+45
*
i965: Combine the two WM pull constant tracked state atoms.
Kenneth Graunke
2011-11-10
1
-2
/
+0
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
1
-4
/
+0
*
i965: Remove the prepare() hook from state atoms.
Eric Anholt
2011-10-29
1
-1
/
+0
*
i965: Remove the memcpy()ed atoms array now that everything is emit()-based.
Eric Anholt
2011-10-29
1
-2
/
+2
*
i965: Remove some old texturing debug code.
Eric Anholt
2011-10-29
1
-3
/
+0
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-13
/
+0
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
1
-1
/
+6
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
1
-0
/
+5
*
i965: Add new brw_context::max_gs_threads constant.
Kenneth Graunke
2011-10-25
1
-0
/
+1
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
1
-2
/
+7
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-18
/
+18
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
1
-1
/
+1
*
i965: Make brw_compute_vue_map's userclip dependency a boolean.
Paul Berry
2011-10-06
1
-1
/
+2
*
i965 Gen6: Implement gl_ClipVertex.
Paul Berry
2011-10-05
1
-0
/
+3
*
i965: Set up clip distance VUE slots appropriately for gl_ClipDistance.
Paul Berry
2011-09-23
1
-2
/
+0
*
i965: Remove two_side_color from brw_compute_vue_map().
Paul Berry
2011-09-06
1
-1
/
+1
*
i965: Add functions to compute offsets within the VUE map.
Paul Berry
2011-09-06
1
-0
/
+18
*
i965: Write code to compute a VUE map.
Paul Berry
2011-09-06
1
-0
/
+58
*
i965: Make the old VS backend record pull constant references in pull_params[].
Eric Anholt
2011-08-30
1
-0
/
+1
*
i965: Use native integer uniforms when the new VS backend is in use.
Eric Anholt
2011-08-30
1
-2
/
+0
*
i965/vs: Move the flag for whether to use the new backend to the context.
Eric Anholt
2011-08-30
1
-0
/
+1
*
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2011-08-19
1
-0
/
+17
*
i965: Set up allocation of a VS scratch space if required.
Eric Anholt
2011-08-16
1
-0
/
+6
*
i965: Remove dead brw->wm.max_threads field.
Eric Anholt
2011-08-16
1
-1
/
+0
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-6
/
+16
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/fs: Factor out the register allocator setup to a separate function.
Eric Anholt
2011-08-10
1
-0
/
+23
*
i965: Add dumping for gen6 WM constants too.
Eric Anholt
2011-08-05
1
-0
/
+1
*
i965/gen6: Add state dumping for the VS constants.
Eric Anholt
2011-07-11
1
-0
/
+1
*
i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.
Eric Anholt
2011-07-11
1
-0
/
+8
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-0
/
+24
*
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
2011-06-28
1
-0
/
+2
[next]