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_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable the GL_ARB_draw_instanced extension.
Kenneth Graunke
2012-02-29
1
-2
/
+2
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-43
/
+4
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
i965/gen7: Make primitives_written counting work.
Eric Anholt
2011-12-23
1
-6
/
+27
*
i965 gen6: Implement transform feedback pause/resume functionality.
Paul Berry
2011-12-23
1
-1
/
+2
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
1
-0
/
+4
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
1
-0
/
+33
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
i965: Mark that depth buffer needs depth resolve after drawing
Chad Versace
2011-11-22
1
-0
/
+23
*
i965: Resolve buffers before drawing [v2]
Chad Versace
2011-11-22
1
-0
/
+73
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-1
/
+8
*
i965: Merge brw_validate_state() and brw_upload_state() together.
Eric Anholt
2011-10-29
1
-7
/
+0
*
i965: Check Fallback again after upload.
Eric Anholt
2011-10-29
1
-1
/
+6
*
i965: Use the batch save/reset code to avoid needing the BO validate step.
Eric Anholt
2011-10-29
1
-33
/
+27
*
i965: Add a note about an unsafe-looking state check.
Eric Anholt
2011-10-29
1
-0
/
+5
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-10
/
+10
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
1
-23
/
+20
*
i965: Split brw_set_prim into brw/gen6 variants
Chad Versace
2011-10-10
1
-1
/
+18
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
1
-0
/
+1
*
i965/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
1
-0
/
+2
*
i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH.
Eric Anholt
2011-06-03
1
-30
/
+0
*
i965: Drop strict conformance fallback for GL_LINE_STIPPLE.
Eric Anholt
2011-06-03
1
-18
/
+0
*
i965: Drop strict conformance fallback for GL_LINE_SMOOTH.
Eric Anholt
2011-06-03
1
-9
/
+0
*
i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH.
Eric Anholt
2011-06-03
1
-6
/
+0
*
i965: Drop INTEL_CONFORMANCE=2 fallback code.
Eric Anholt
2011-06-03
1
-3
/
+0
*
i965: Add support for correct GL_CLAMP behavior by clamping coordinates.
Eric Anholt
2011-05-18
1
-36
/
+0
*
i965: Emit 3DPRIMITIVE Ivybridge-style.
Kenneth Graunke
2011-05-17
1
-1
/
+59
*
i965: Move sampler state to state streaming.
Eric Anholt
2011-04-29
1
-0
/
+3
*
i965/gen6: Stream the VS push constants.
Eric Anholt
2011-04-29
1
-0
/
+1
*
i965/gen6: Stream the WM push constants.
Eric Anholt
2011-04-29
1
-5
/
+7
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-6
/
+10
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
1
-0
/
+4
*
i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.
Kenneth Graunke
2011-04-18
1
-22
/
+31
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-6
/
+6
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-0
/
+5
*
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
1
-6
/
+21
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-12
/
+7
*
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
1
-5
/
+0
*
i965: Add support for using the BLT ring on gen6.
Eric Anholt
2010-12-13
1
-2
/
+3
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-6
/
+4
*
Revert "i965: fallback lineloop on sandybridge for now"
Zhenyu Wang
2010-10-14
1
-7
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-10-12
1
-1
/
+1
*
i965: fallback lineloop on sandybridge for now
Zhenyu Wang
2010-09-29
1
-0
/
+7
*
i965: Move no_batch_wrap assertion out across the area we're trying to verify.
Eric Anholt
2010-06-11
1
-5
/
+3
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-4
/
+4
*
i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.
Eric Anholt
2010-05-13
1
-11
/
+20
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-2
/
+0
|
\
[next]