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: comments and formatting fixes
Brian Paul
2009-03-05
1
-4
/
+14
*
i965: fix emit_math1() function used for scalar instructions
Brian Paul
2009-03-05
1
-9
/
+32
*
i965: fix screen depth test in intel_validate_framebuffer)_
Brian Paul
2009-03-05
1
-1
/
+2
*
i965: init dest reg CondMask = COND_TR (the proper default)
Brian Paul
2009-03-05
1
-2
/
+2
*
i965: add software fallback for conformant 3D textures and GL_CLAMP
Robert Ellison
2009-03-04
4
-10
/
+40
*
mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string
Brian Paul
2009-03-04
1
-66
/
+8
*
xlib: code to force fixed function -> shader translation (for debug, disabled)
Brian Paul
2009-03-03
1
-0
/
+8
*
mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...
Brian Paul
2009-03-02
1
-0
/
+18
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
19
-22
/
+22
*
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
2
-7
/
+1
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
8
-15
/
+15
*
intel: remove some unneeded buffer unmap calls
Brian Paul
2009-02-27
1
-14
/
+2
*
i915: Add support for a new G33-like chipset.
Shaohua Li
2009-02-27
2
-2
/
+13
*
i965: texture fixes: bordered textures, fallback rendering
Robert Ellison
2009-02-27
1
-3
/
+31
*
intel: no-op the intel_finish_render_texture() function
Brian Paul
2009-02-26
1
-13
/
+10
*
intel: check texture formats in intel_validate_framebuffer()
Brian Paul
2009-02-26
1
-0
/
+29
*
intel: updated comment, some debug code (disabled)
Brian Paul
2009-02-26
1
-3
/
+12
*
i965: rename draw_regions -> color_regions
root
2009-02-26
4
-20
/
+20
*
i965: add missing init for region->width
Brian Paul
2009-02-26
1
-1
/
+2
*
mesa: replace old prog_instruction::Sampler field with Aux field
Brian Paul
2009-02-26
3
-10
/
+9
*
i965: whitespace/indentation fixes
Brian Paul
2009-02-26
1
-28
/
+24
*
intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.
Eric Anholt
2009-02-26
1
-2
/
+2
*
i965: fix for RHW workaround
Xiang, Haihao
2009-02-26
2
-43
/
+99
*
intel: Disable creating DRI2 FBconfigs with depth size != color size.
Eric Anholt
2009-02-26
1
-1
/
+22
*
intel: Add span code for z24 without stencil.
Eric Anholt
2009-02-26
1
-2
/
+22
*
intel: make template wrappers for the spans templates.
Eric Anholt
2009-02-25
4
-189
/
+165
*
intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.
Eric Anholt
2009-02-25
2
-1
/
+17
*
i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.
Eric Anholt
2009-02-25
6
-13
/
+14
*
R300: Add support for RS600 chips
Alex Deucher
2009-02-25
2
-2
/
+12
*
i965: fix line stipple fallback for GL_LINE_STRIP primitives
Robert Ellison
2009-02-23
1
-1
/
+1
*
mesa: fix _glxapi_get_proc_address() for mangled names
Tom Fogal
2009-02-23
1
-0
/
+5
*
mesa: move a bunch of compiler-related stuff into new compiler.h header
Brian Paul
2009-02-22
1
-0
/
+1
*
texmem: fix typo from brianp's changes.
Dave Airlie
2009-02-22
1
-1
/
+1
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
6
-21
/
+21
*
mesa: re-org texgen state
Brian Paul
2009-02-21
2
-31
/
+35
*
intel: Fix intelSetTexBuffer miptree leak.
Kristian Høgsberg
2009-02-21
1
-2
/
+7
*
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-02-21
7
-13
/
+27
*
i965: Fix render target read domains.
Eric Anholt
2009-02-21
1
-2
/
+1
*
i965: use the new prog_instruction::TexShadow field
Brian Paul
2009-02-20
5
-6
/
+11
*
i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24
Brian Paul
2009-02-20
1
-1
/
+9
*
i965: separate emit_op() and emit_tex_op() functions
Brian Paul
2009-02-20
1
-50
/
+63
*
i965: update comment, use const qualifier
Brian Paul
2009-02-20
1
-4
/
+2
*
i965: var renaming, clean-up
Brian Paul
2009-02-20
1
-13
/
+11
*
i965: added comment
Brian Paul
2009-02-20
1
-1
/
+1
*
intel: fix datatype typo, s/GLboolean/GLuint/
Brian Paul
2009-02-20
1
-1
/
+1
*
i965: additional debug output
Brian Paul
2009-02-20
1
-0
/
+8
*
glsl: added --params option to stand-alone GLSL compiler
Brian Paul
2009-02-17
1
-0
/
+8
*
intel: Fix tri clear to do FBO color attachments as well.
Eric Anholt
2009-02-17
1
-8
/
+25
*
i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.
Eric Anholt
2009-02-17
1
-2
/
+2
*
intel: Clean up several 965 memory leaks on context destroy.
Eric Anholt
2009-02-17
5
-2
/
+8
[prev]
[next]