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
/
intel
/
intel_clear.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-25
1
-1
/
+0
|
\
|
*
intel: Flush the batch when we're about to subdata into a VBO.
mesa_7_6_rc1
Eric Anholt
2009-09-24
1
-1
/
+0
*
|
intel: meta clear has a new name.
Chia-I Wu
2009-09-20
1
-1
/
+1
|
/
*
[i965] add a missing header file
Zou Nan hai
2009-09-18
1
-0
/
+1
*
[i965] use intel_batchbuffer_flush to flush the clear
Zou Nan hai
2009-09-18
1
-1
/
+2
*
i965: do a flush in clear, fix openarena render issue,
Zou Nan hai
2009-09-16
1
-0
/
+1
*
intel: use BUFFER_BITS_COLOR
Brian Paul
2009-09-01
1
-1
/
+1
*
intel: trim down #includes
Brian Paul
2009-09-01
1
-17
/
+0
*
intel: use _mesa_meta_clear(), it's a bit faster
Brian Paul
2009-09-01
1
-1
/
+2
*
intel: use more efficient loop over buffers
Brian Paul
2009-08-30
1
-3
/
+7
*
intel/radeon: add common metaops code.
Dave Airlie
2009-07-15
1
-245
/
+2
*
intel: Fix ClearDepth to not be affected by DepthRange.
Eric Anholt
2009-07-14
1
-1
/
+7
*
intel: Flag _NEW_ARRAY state when doing array object binding in clears.
Eric Anholt
2009-07-14
1
-0
/
+8
*
intel: Fix glClear behavior versus display lists.
Eric Anholt
2009-06-19
1
-1
/
+1
*
intel: fix (cosmetic) typo flag used twice
Roland Scheidegger
2009-06-15
1
-1
/
+0
*
intel: Base tri clearing depth on Y tiling, not IS_I965().
Eric Anholt
2009-06-09
1
-4
/
+5
*
intel: Use FRONT_AND_BACK for StencilOp as well.
Eric Anholt
2009-05-14
1
-1
/
+2
*
intel: Use GL_FRONT_AND_BACK for stencil clearing.
Eric Anholt
2009-05-14
1
-1
/
+2
*
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
2009-05-13
1
-29
/
+64
*
intel: #include polygon.h to silence warning
Brian Paul
2009-04-18
1
-0
/
+1
*
intel: Handle ARB_vertex_buffer_object state in intel_clear_tris().
Michel Dänzer
2009-04-18
1
-0
/
+5
*
intel: make sure polygon mode is set properly in intel_clear_tris()
Brian Paul
2009-04-17
1
-0
/
+2
*
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
1
-4
/
+1
*
intel: fix datatype typo, s/GLboolean/GLuint/
Brian Paul
2009-02-20
1
-1
/
+1
*
intel: Fix tri clear to do FBO color attachments as well.
Eric Anholt
2009-02-17
1
-8
/
+25
*
Fix an i965 assertion failure on glClear()
Robert Ellison
2009-02-11
1
-1
/
+1
*
i965: need to disable current shader, if any, in intel_clear_tris()
Brian Paul
2009-02-09
1
-0
/
+9
*
i965: Delete old metaops code now that there are no remaining consumers.
Eric Anholt
2009-02-02
1
-6
/
+2
*
intel: replace custom metaops clear with generic.
Eric Anholt
2009-02-02
1
-71
/
+174
*
intel: If we're doing a depth clear with tris, do color with it.
Eric Anholt
2009-01-30
1
-0
/
+8
*
intel: move glClear-related code into new intel_clear.c file
Brian Paul
2009-01-26
1
-0
/
+260