index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: rename var: s/tmp/vs_inputs/
Brian Paul
2009-05-21
1
-8
/
+8
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-18
2
-8
/
+21
|
\
|
*
r300: Make sure to drop current hardware state reference to texture objects.
Michel Dänzer
2009-05-14
2
-8
/
+21
*
|
intel: Don't complain on falling back from PBO fastpaths.
Eric Anholt
2009-05-15
1
-3
/
+3
*
|
i915: Fix 945 cube map layout for the small mipmaps along the bottom.
Steinar H. Gunderson
2009-05-15
1
-2
/
+14
*
|
i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.
Eric Anholt
2009-05-15
1
-1
/
+1
*
|
i915: Only use the new 945 cube layout for compressed textures.
Eric Anholt
2009-05-15
1
-1
/
+4
*
|
i965: Fix varying payload reg assignment for the non-GLSL-instructions path.
Eric Anholt
2009-05-14
1
-8
/
+10
*
|
i965: Fix register allocation of GLSL fp inputs.
Eric Anholt
2009-05-14
4
-13
/
+27
*
|
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
*
|
i965: fix 1D texture borders with GL_CLAMP_TO_BORDER
Robert Ellison
2009-05-14
1
-0
/
+10
*
|
i965: send all warnings through _mesa_warning()
Robert Ellison
2009-05-14
1
-1
/
+1
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-13
1
-1
/
+2
|
\
|
|
*
intel: added null ptr check
Brian Paul
2009-05-13
1
-1
/
+2
*
|
intel: enable GL_APPLE_vertex_array_object
Brian Paul
2009-05-13
1
-0
/
+2
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-05-13
3
-29
/
+75
|
\
|
|
*
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
2009-05-13
3
-29
/
+75
|
*
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-11
1
-1
/
+2
*
|
i965: enable additional code in emit_fb_write()
Brian Paul
2009-05-12
1
-11
/
+10
*
|
i965: increase BRW_EU_MAX_INSN
Brian Paul
2009-05-12
1
-1
/
+1
*
|
i965: comment
Brian Paul
2009-05-12
1
-0
/
+4
*
|
intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.
Eric Anholt
2009-05-12
1
-1
/
+1
*
|
intel: Map write-only buffer objects through the GTT when possible.
Eric Anholt
2009-05-12
2
-2
/
+15
*
|
i915: Fix driver after HW glGenerateMipmap commit.
Eric Anholt
2009-05-12
1
-0
/
+1
*
|
i965: handle extended swizzle terms (0,1) in get_src_reg()
Brian Paul
2009-05-11
1
-0
/
+8
*
|
i965: improve debug logging
Robert Ellison
2009-05-08
3
-14
/
+86
*
|
i965: fix memory leak in context/renderbuffer region management
Robert Ellison
2009-05-08
1
-4
/
+60
*
|
i965: fix segfault on low memory conditions
Robert Ellison
2009-05-08
1
-0
/
+7
*
|
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
10
-76
/
+303
*
|
intel: Put the constant texcoords used in metaops into a vbo.
Eric Anholt
2009-05-08
5
-40
/
+102
*
|
i965: const qualifiers
Brian Paul
2009-05-08
1
-2
/
+2
*
|
i965: don't use GRF regs 126,127 for WM programs
Brian Paul
2009-05-08
2
-5
/
+28
*
|
i965: relAddr local var (to make debug/test a little easier)
Brian Paul
2009-05-07
1
-5
/
+6
*
|
i965: Remove bad constant buffer constant-reg-already-loaded optimization.
Eric Anholt
2009-05-06
1
-13
/
+11
*
|
intel: Unmap buffers if needed at DeleteBuffer time.
Eric Anholt
2009-05-06
1
-1
/
+10
*
|
i965: Remove the forced lack of caching for renderbuffer surface state.
Eric Anholt
2009-05-06
1
-11
/
+8
*
|
i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.
Eric Anholt
2009-05-06
1
-2
/
+1
*
|
i965: Split WM constant buffer update from other WM surfaces.
Eric Anholt
2009-05-06
5
-90
/
+95
*
|
i965: Disentangle VS constant surface state from WM surface state.
Eric Anholt
2009-05-06
7
-186
/
+255
*
|
i965: Don't create constant buffers if they won't be used.
Eric Anholt
2009-05-06
1
-1
/
+17
*
|
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
5
-5
/
+6
*
|
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-01
1
-1
/
+2
*
|
Merge branch 'const-buffer-changes'
Brian Paul
2009-05-01
14
-200
/
+350
|
\
\
|
|
/
|
/
|
|
*
i965: #include prog_print.h to silence warning
Brian Paul
2009-04-27
1
-0
/
+1
|
*
i965: only upload constant buffer data when we actually need the const buffer
Brian Paul
2009-04-27
6
-17
/
+22
|
*
i965: rework GLSL/WM register allocation
Brian Paul
2009-04-24
2
-48
/
+168
|
*
i965: disable debug printf
Brian Paul
2009-04-22
1
-1
/
+1
|
*
i965: enable VS constant buffers
Brian Paul
2009-04-22
1
-5
/
+9
|
*
i965: define BRW_MAX_GRF
Brian Paul
2009-04-22
1
-0
/
+3
[next]