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
*
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
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-2
/
+0
*
|
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
|
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2010-01-04
1
-3
/
+2
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
|
intel: Consistently use no_batch_wrap in intel_context struct.
Eric Anholt
2009-11-19
1
-2
/
+2
|
/
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
1
-6
/
+2
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
1
-0
/
+1
|
\
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-0
/
+1
|
|
\
|
|
*
i965: fix incorrect test for vertex position attribute
Brian Paul
2009-09-08
1
-0
/
+1
*
|
|
intel: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-1
/
+1
*
|
|
i965: #include clean-ups
Brian Paul
2009-09-08
1
-7
/
+4
|
/
/
*
|
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
2009-08-12
1
-0
/
+2
*
|
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-38
/
+15
*
|
i965: Remove BRW_NEW_INPUT_VARYING
Eric Anholt
2009-07-07
1
-7
/
+1
*
|
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-06-29
1
-0
/
+2
|
/
[next]