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
*
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
2012-10-10
1
-1
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
2
-1015
/
+13
*
mesa: glGet: add script to generate hash tables in build time
Imre Deak
2012-10-10
6
-2
/
+984
*
scons/android: add flag to check for enabled GL APIs
Imre Deak
2012-10-10
2
-9
/
+9
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
3
-18
/
+33
*
mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_context
Ian Romanick
2012-10-09
1
-2
/
+1
*
intel: Add missing #include <time.h>
Quentin Glidic
2012-10-09
1
-0
/
+1
*
i965: Delete some dead code from brw_eu_emit.c.
Kenneth Graunke
2012-10-09
2
-120
/
+0
*
mesa: remove unused _mesa_cpal_compressed_format_type() function
Brian Paul
2012-10-09
2
-18
/
+0
*
teximage: Remove unnecessary compressed format check
Daniel Stone
2012-10-09
1
-4
/
+0
*
Revert "st/mesa: remove unused variables to fix compile warnings"
Brian Paul
2012-10-08
1
-0
/
+2
*
mesa: minor whitespace fixes in teximage.c
Brian Paul
2012-10-08
1
-2
/
+2
*
st/mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+0
*
mesa: remove unused variables to fix compile warnings
Marek Olšák
2012-10-09
1
-7
/
+0
*
i965/fs: Improve performance of copy/constant propagation.
Eric Anholt
2012-10-08
2
-18
/
+30
*
i965/fs: Move constant propagation to the same codebase as copy prop.
Eric Anholt
2012-10-08
3
-165
/
+124
*
i965: Remove the old ARB_fragment_program backend.
Eric Anholt
2012-10-08
9
-4810
/
+0
*
i965: Replace brw_wm_* with dumping code into the fs_visitor.
Eric Anholt
2012-10-08
10
-109
/
+860
*
i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.
Eric Anholt
2012-10-08
1
-4
/
+4
*
i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.
Eric Anholt
2012-10-08
1
-0
/
+23
*
i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.
Eric Anholt
2012-10-08
2
-31
/
+23
*
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
[next]