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: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
1
-1
/
+0
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
1
-0
/
+1
*
i965/vs: Remove support for the old parameter layout.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965: Don't bother trying to extend the current vertex buffers.
Kenneth Graunke
2012-10-31
1
-7
/
+1
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
1
-1
/
+0
*
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2012-10-26
1
-1
/
+1
*
i965/fs: Statically allocate the reg_sets at context initialization.
Eric Anholt
2012-10-17
1
-22
/
+24
*
i965/vs: Add a little bit of IR-level debug ability.
Eric Anholt
2012-10-17
1
-0
/
+8
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
1
-0
/
+1
*
i965: Share the draw x/y offset masking code between main/blorp and all gens.
Eric Anholt
2012-10-16
1
-0
/
+8
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-2
/
+2
*
i965: Make the param pointer arrays for the WM dynamically sized.
Eric Anholt
2012-09-07
1
-2
/
+5
*
i965: Add functions for comparing two brw_wm/vs_prog_data structs.
Eric Anholt
2012-09-07
1
-5
/
+24
*
i965: Set context flags
Ian Romanick
2012-08-29
1
-0
/
+1
*
i965: Validate API and version in brwCreateContext
Ian Romanick
2012-08-13
1
-0
/
+3
*
i965: Add performance debug for shader recompiles.
Eric Anholt
2012-08-12
1
-0
/
+2
*
i965: Bind UBOs as surfaces like we do for pull constants.
Eric Anholt
2012-08-07
1
-2
/
+20
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
1
-41
/
+0
*
i965/msaa: Work around problems with null render targets on Gen6.
Paul Berry
2012-07-24
1
-0
/
+6
*
i965: Add a lowering pass to convert TXD to TXL by computing the LOD.
Kenneth Graunke
2012-07-12
1
-0
/
+1
*
i965/msaa: Fix centroid interpolation of unlit pixels.
Paul Berry
2012-07-02
1
-0
/
+9
*
i965: fix transform feedback with primitive restart
Jordan Justen
2012-07-02
1
-0
/
+2
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
1
-0
/
+4
*
i965/msaa: Implement glSampleCoverage.
Paul Berry
2012-06-26
1
-1
/
+2
*
i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
2012-05-25
1
-0
/
+8
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
1
-0
/
+1
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
1
-0
/
+5
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
1
-0
/
+1
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
1
-24
/
+63
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-0
/
+8
*
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
2012-05-15
1
-0
/
+8
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
1
-0
/
+7
*
i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES.
Kenneth Graunke
2012-04-18
1
-2
/
+2
*
i965: Fix outdated comments about binding tables.
Kenneth Graunke
2012-04-18
1
-12
/
+8
*
i965: handle gl_PointCoord for Gen4 and Gen5 platforms
Yuanhan Liu
2012-03-07
1
-0
/
+6
*
i965: Avoid blocking on the GPU for setting the HiZ op vertex data.
Eric Anholt
2012-02-28
1
-15
/
+0
*
i965/gen6: Fix the size of the GS surface binding table.
Eric Anholt
2012-02-21
1
-1
/
+1
*
i965: Rename the original binding table to mention that it's the WM now.
Eric Anholt
2012-02-21
1
-6
/
+4
*
i965: Split the gen6 GS binding table to a separate table.
Eric Anholt
2012-02-21
1
-7
/
+16
*
i965: Split the VS binding table to a separate table.
Eric Anholt
2012-02-21
1
-8
/
+26
*
i965/gen6+: Avoid recomputing whether we use noperspective.
Eric Anholt
2012-02-21
1
-4
/
+0
*
i965: Compute required barycentric interp modes once at FS compile time.
Eric Anholt
2012-02-21
1
-5
/
+6
*
i965: Move VUE map computation to once at VS compile time.
Eric Anholt
2012-02-21
1
-3
/
+2
*
i965: Make the userclip flag for the VUE map come from VS prog data.
Eric Anholt
2012-02-21
1
-2
/
+2
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-29
/
+11
*
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
[prev]
[next]