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
/
dri
/
i915
Commit message (
Expand
)
Author
Age
Files
Lines
*
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
2
-2
/
+2
*
intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.
Eric Anholt
2009-11-06
2
-17
/
+0
*
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-11-03
1
-0
/
+1
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
4
-0
/
+6
*
i915: Fix 1D texture mapping in the t coordinate.
Eric Anholt
2009-10-29
1
-0
/
+6
*
i915: Correct and make use of the defines for 32-bit depth texture modes.
Eric Anholt
2009-10-29
2
-4
/
+9
*
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
1
-4
/
+8
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
5
-14
/
+9
|
\
|
*
i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-21
1
-2
/
+2
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-1
/
+1
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
5
-5
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
4
-8
/
+8
*
|
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-27
2
-4
/
+20
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-22
1
-2
/
+6
|
\
\
|
*
|
intel: Fallback field is a bitmask, use GLbitfield
Brian Paul
2009-10-22
1
-2
/
+6
|
|
/
*
|
mesa: lift default symlinks target into Makefile.template
Brian Paul
2009-10-16
1
-1
/
+0
*
|
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-12
2
-6
/
+4
*
|
i915: Add optional support for ARB_fragment_shader under a driconf option.
Eric Anholt
2009-10-01
1
-0
/
+1
*
|
i915: Add support or fallbacks for GLSL fragment shader opcodes.
Eric Anholt
2009-10-01
1
-4
/
+158
*
|
i915: Add support for varying inputs.
Eric Anholt
2009-10-01
2
-2
/
+23
*
|
i915: Enable ARB_vertex_shader for both i915 and i830.
Eric Anholt
2009-10-01
1
-0
/
+2
*
|
i915: Increase maximum program size to the hardware limits.
Eric Anholt
2009-10-01
2
-7
/
+16
*
|
i915: Update and translate the fragment program along with state updates.
Eric Anholt
2009-10-01
4
-14
/
+26
*
|
Revert "i915: don't validate PS program when falling back to software"
Eric Anholt
2009-10-01
1
-2
/
+1
*
|
i915: Bail when the fragment program has too many total instructions.
Eric Anholt
2009-10-01
1
-0
/
+10
*
|
i915: Let i915_program_error take a format string, and don't use _mesa_problem.
Eric Anholt
2009-10-01
3
-12
/
+24
*
|
intel: Drop my generatemipmap code in favor of the new shared code.
Eric Anholt
2009-09-28
2
-2
/
+0
|
/
*
intel: Add support for ARB_sync.
Eric Anholt
2009-09-03
2
-0
/
+2
*
i915: Fix undefined symbol as of eabe12df44a41e97fb5736959e8864ddbd01be14
Eric Anholt
2009-08-27
1
-0
/
+1
*
ARB prog: Change handling of program parameter limits
Ian Romanick
2009-08-26
1
-0
/
+3
*
intel: Add support for EXT_provoking_vertex.
Eric Anholt
2009-08-04
9
-20
/
+115
*
i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.
Eric Anholt
2009-07-29
5
-54
/
+113
*
intel: Move note_unlock() implementation to the one place it's needed.
Eric Anholt
2009-06-29
2
-15
/
+0
*
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
2009-06-29
1
-5
/
+2
*
intel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt
2009-06-19
1
-306
/
+1
*
i915: Add an option for testing the effect of early Z in classic mode.
Eric Anholt
2009-06-09
2
-0
/
+10
*
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
1
-20
/
+27
*
i915: Don't rely on fence regs when we don't have to.
Eric Anholt
2009-06-04
6
-62
/
+39
*
i915: Remove some long-dead i830 code.
Eric Anholt
2009-06-04
1
-20
/
+0
*
i915: Restore the Viewport and DepthRange functions on 8xx.
Eric Anholt
2009-05-26
1
-0
/
+21
*
i915: Fix 945 cube map layout for the small mipmaps along the bottom.
Steinar H. Gunderson
2009-05-15
1
-2
/
+14
*
i915: Only use the new 945 cube layout for compressed textures.
Eric Anholt
2009-05-15
1
-1
/
+4
*
i915: Fix driver after HW glGenerateMipmap commit.
Eric Anholt
2009-05-12
1
-0
/
+1
*
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
1
-0
/
+1
*
Merge branch 'const-buffer-changes'
Brian Paul
2009-05-01
1
-1
/
+1
|
\
|
*
i915: check the new _NEW_PROGRAM_CONSTANT flag
Brian Paul
2009-04-22
1
-1
/
+1
*
|
i915: fix fix for anisotropic filtering
Roland Scheidegger
2009-04-23
1
-2
/
+7
*
|
intel: fix max anisotropy supported
Roland Scheidegger
2009-04-22
2
-0
/
+4
|
/
*
Merge branch 'register-negate'
Brian Paul
2009-04-16
1
-5
/
+5
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-5
/
+5
[next]