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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.
Eric Anholt
2012-10-08
2
-21
/
+16
*
i965/fs: Pass fragment depth to the fb write as a fs_reg, not an ir_variable.
Eric Anholt
2012-10-08
2
-7
/
+4
*
mesa: Note that OPCODE_RFL is not part of ARB_fp (it's NV_fp only).
Eric Anholt
2012-10-08
1
-1
/
+1
*
meta: Make shader template literal strings be parameters to asprintf
Ian Romanick
2012-10-07
1
-25
/
+18
*
meta: Always enable GL_EXT_texture_array in mipmap shader
Ian Romanick
2012-10-07
1
-7
/
+2
*
meta: Since mipmap output type is always vec4, don't sprintf it
Ian Romanick
2012-10-07
1
-2
/
+2
*
meta: Don't use GLSL 1.30 shader on OpenGL ES 2
Ian Romanick
2012-10-07
1
-1
/
+1
*
meta: Rearrange shader creation in setup_glsl_generate_mipmap
Ian Romanick
2012-10-07
1
-42
/
+43
*
meta: Remove unsafe global mem_ctx pointer
Ian Romanick
2012-10-07
1
-1
/
+1
*
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
2012-10-05
10
-21
/
+13
*
mesa: remove unused gl_context::DriverCtx field
Brian Paul
2012-10-05
3
-4
/
+0
*
radeon/r200: remove use of gl_context::DriverCtx field
Brian Paul
2012-10-05
4
-8
/
+16
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
27
-105
/
+106
*
mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.
Kenneth Graunke
2012-10-05
1
-1
/
+2
*
mesa: don't enable glVertexPointer() when using API_OPENGLES2.
Paul Berry
2012-10-04
1
-2
/
+0
*
mesa: don't call TexImage driver hooks for zero-sized images
Brian Paul
2012-10-04
1
-7
/
+9
*
intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage case
Rob Bradford
2012-10-03
1
-1
/
+4
*
dri drivers: Link dricommon before dynamic libraries
Matt Turner
2012-10-03
5
-10
/
+10
*
register_allocate: don't consider trivially colorable registers for spilling.
Paul Berry
2012-10-03
1
-0
/
+7
*
mesa: tests: EnumStrings.LookUpByNumber
Oliver McFadden
2012-10-03
1
-2
/
+2
*
mesa: remove bogus compressed texture size checks
Brian Paul
2012-10-02
2
-28
/
+0
*
android: glcpp: fix abuse of yylex
Negreanu Marius Adrian
2012-10-02
1
-3
/
+3
*
build: Don't build libdricore if not building classic drivers
Matt Turner
2012-10-01
1
-1
/
+5
*
libdricore: Remove dead C(XX)FLAGS_NOVISIBILITY
Matt Turner
2012-10-01
1
-5
/
+2
*
build: Add visibility CFLAGS to OSMesa
Matt Turner
2012-10-01
1
-2
/
+4
*
build: Link OSMesa with glapi, libdl, libstdc++
Matt Turner
2012-10-01
1
-5
/
+12
*
build: Set visibility CFLAGS in dri/swrast
Matt Turner
2012-10-01
1
-1
/
+2
*
build: Set visibility CFLAGS in dri/r200
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/radeon
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/i915
Matt Turner
2012-10-01
1
-0
/
+1
*
build: Set visibility CFLAGS in dri/common
Matt Turner
2012-10-01
1
-1
/
+2
*
build: Turn on visibility CFLAGS for core mesa
Matt Turner
2012-10-01
1
-2
/
+2
*
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
2012-10-01
1
-1
/
+5
*
intel: add support for ANGLE_texture_compression_dxt.
Oliver McFadden
2012-10-01
7
-5
/
+33
*
st/mesa: implement decompress_with_blit using gallium blit
Marek Olšák
2012-09-30
1
-47
/
+23
*
st/mesa: implement BlitFramebuffer using gallium blit
Marek Olšák
2012-09-30
2
-181
/
+149
*
mesa: add fall-through comment, just to be clear
Brian Paul
2012-09-29
1
-0
/
+1
*
mesa: remove useless GLenum casts
Brian Paul
2012-09-29
1
-2
/
+2
*
mesa: add const qualifier in check_for_ending() to silence warning
Brian Paul
2012-09-29
1
-1
/
+1
*
i965: Complain about variable index lowering when INTEL_DEBUG=perf.
Kenneth Graunke
2012-09-29
1
-2
/
+8
*
i965: Dump linked shaders on MESA_GLSL=dump.
Kenneth Graunke
2012-09-29
1
-0
/
+9
*
intel/i965: Disable SampleAlphaToOne if dual source blending enabled
Anuj Phogat
2012-09-29
1
-2
/
+11
*
scons: Disable build of assembly sources on Cygwin.
Vinson Lee
2012-09-28
1
-1
/
+1
*
mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type
Jordan Justen
2012-09-28
3
-20
/
+69
*
i965: brwInitVtbl needs to know the chipset generation
Ian Romanick
2012-09-28
2
-0
/
+6
*
i915: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+0
*
i965: Don't free the intel_context structure when intelCreateContext fails.
Ian Romanick
2012-09-28
1
-3
/
+2
*
intel: Don't call intelDestroyContext if there is no context to destroy
Ian Romanick
2012-09-28
1
-1
/
+3
*
dri_util: Use calloc to allocate __DRIcontext
Ian Romanick
2012-09-28
1
-1
/
+1
[prev]
[next]