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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl2: Move ir_expression_flattening to using the rvalue visitor class.
Eric Anholt
2010-08-26
1
-110
/
+14
*
glsl: Don't consider things with a type containing a sampler as an lvalue.
Eric Anholt
2010-08-25
1
-0
/
+23
*
mesa: Disable the debug spam for x86 CPU detection with a compile-time flag.
Eric Anholt
2010-08-25
1
-7
/
+13
*
mesa: Move the x86 detection debug messages next to the detection.
Eric Anholt
2010-08-25
2
-33
/
+39
*
mesa: Don't warn when the desired result of s3tc lib available occurs.
Eric Anholt
2010-08-25
1
-1
/
+0
*
util: Include missing header in u_blit.h.
Vinson Lee
2010-08-25
1
-5
/
+7
*
util: Include missing header in u_bitmask.h.
Vinson Lee
2010-08-25
1
-0
/
+3
*
util: Include missing header in u_dirty_surfaces.h.
Vinson Lee
2010-08-25
1
-0
/
+4
*
util: Add include guard in u_split_prim.h.
Vinson Lee
2010-08-25
1
-0
/
+6
*
util: Include missing headers in u_split_prim.h.
Vinson Lee
2010-08-25
1
-1
/
+4
*
graw: Remove graw-null.
José Fonseca
2010-08-26
3
-158
/
+0
*
graw: Dynamically load graw libraries.
José Fonseca
2010-08-26
12
-66
/
+161
*
scons: Fix old script compatability logic.
José Fonseca
2010-08-26
1
-10
/
+5
*
util: Include missing headers in u_tile.h.
Vinson Lee
2010-08-25
1
-0
/
+3
*
util: Clean up header file inclusion in u_upload_mgr.h.
Vinson Lee
2010-08-25
1
-4
/
+1
*
r300g: fix constant buffer upload once again for r3xx->r4xx
Marek Olšák
2010-08-26
1
-1
/
+1
*
r600: Remove unnecessary headers.
Vinson Lee
2010-08-25
5
-8
/
+0
*
r300: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
Revert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
Eric Anholt
2010-08-25
1
-0
/
+2
*
glsl: fix crash with variable indexing into array in a struct
Aras Pranckevicius
2010-08-25
1
-1
/
+7
*
i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.
Eric Anholt
2010-08-25
1
-24
/
+38
*
nouveau: handle early initialization errors
Marcin Slusarz
2010-08-26
2
-2
/
+4
*
r600g: simplify states
Jerome Glisse
2010-08-25
15
-1720
/
+8277
*
mesa: Remove now-unused _mesa_add_sampler().
Eric Anholt
2010-08-25
2
-41
/
+0
*
ir_to_mesa: Add support for samplers in structures.
Eric Anholt
2010-08-25
1
-109
/
+122
*
mesa: Remove now-unused _mesa_add_uniform.
Eric Anholt
2010-08-25
2
-35
/
+0
*
ir_to_mesa: Convert this code to using linker.cpp's uniform locations.
Eric Anholt
2010-08-25
3
-127
/
+78
*
glsl: Make uniform linking generate separate uniforms for struct members.
Eric Anholt
2010-08-25
1
-42
/
+89
*
mesa: Remove the "Used" flag in gl_program_parameter.
Eric Anholt
2010-08-25
3
-33
/
+1
*
r300/compiler: emulate relative addressing with negative offsets in VS
Marek Olšák
2010-08-25
1
-0
/
+74
*
nvfx: Set pointer to NULL after free.
Vinson Lee
2010-08-25
1
-1
/
+3
*
r300g: fix potentially uninitialized variables in create_rs_state
Marek Olšák
2010-08-25
1
-5
/
+2
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
llvmpipe: fix bad patch application
Keith Whitwell
2010-08-25
1
-5
/
+4
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
glsl/mesa: fixes for MSVC
Aras Pranckevicius
2010-08-25
2
-0
/
+2
*
intel: Support EGL_MESA_image_drm
Kristian Høgsberg
2010-08-25
3
-0
/
+87
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
6
-37
/
+32
*
egl_dri2: Add support for MESA_image_drm
Kristian Høgsberg
2010-08-25
1
-0
/
+223
*
egl: Add EGL_MESA_drm_image extension
Kristian Høgsberg
2010-08-25
4
-0
/
+55
*
llvmpipe: track drawing region as a single u_rect
Keith Whitwell
2010-08-25
3
-63
/
+86
*
llvmpipe: better triangle debugging
Keith Whitwell
2010-08-25
2
-19
/
+67
*
llvmpipe: cull zero-area triangles early
Keith Whitwell
2010-08-25
1
-2
/
+3
*
llvmpipe: more rasterization counters
Keith Whitwell
2010-08-25
3
-6
/
+29
*
llvmpipe: move some fence functions into lp_screen.c
Keith Whitwell
2010-08-25
4
-57
/
+79
*
llvmpipe: wake all threads waiting on a fence
Keith Whitwell
2010-08-25
1
-1
/
+3
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
13
-65
/
+74
*
tgsi: helper for dumping tokens as hex
Keith Whitwell
2010-08-25
2
-13
/
+25
*
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
13
-208
/
+269
*
util: add rectangle helpers to u_rect.h
Keith Whitwell
2010-08-25
1
-4
/
+53
[next]