projects
/
mesa.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
meta: Fold the glUseProgram() into the blit program generator.
2014-02-12
Eric Anholt
meta: Fold the glUseProgram() into the blit program...
commit
|
commitdiff
|
tree
2014-02-12
Eric Anholt
meta: Simplify the blit shader setup steps.
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Enable cubemap array texture support to decompress_tex...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Add cubemap array support to generic blit shader...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Get the correct info log
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Expand texture coordinate from vec3 to vec4
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Use GLSL to decompress 2D-array textures
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Use common GLSL code for blits
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Improve GLSL version check
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Add rectangle textures to the shader-per-sampler...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Refactor shader generation code out of mipmap...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Refactor the table of glsl_sampler structures
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Use common vertex setup code for _mesa_meta_Bitmap too
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Add storage to the vertex structure for R, G...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-12
Ian Romanick
meta: Use common routine to configure fixed-function...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
mesa: GL_ARB_half_float_pixel is not optional
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
mesa: Fix extension dependency for half-float TexBOs
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Silence unused parameter warning in _mesa_meta_CopyTex...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Silence unused parameter warning in setup_drawpix_texture
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Refactor common VAO and VBO initialization code
Reviewed-by:
Eric Anholt
<eric@anholt.net> (v2)
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Track the _mesa_meta_DrawPixels VBO just like...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Expand the vertex structure for the GenerateMipmap...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Expand the vertex structure for the DrawPixels...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Expand the vertex structure for the Clear paths
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Expand the vertex structure for the CopyPixels...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-11
Ian Romanick
meta: Expand the vertex structure for the BlitFramebuffer...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize triop_csel with all-true or all-false.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize various cases of fma (aka MAD).
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize lrp(x, x, coefficient) --> x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize pow(x, 1) -> x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize log(exp(x)) and exp(log(x)) into x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
glsl: Optimize ~~x into x.
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
i965: Add some informative debug when the X Server...
commit
|
commitdiff
|
tree
2014-02-07
Eric Anholt
i965: Remove redundant check in blitter-based glBlitFramebuf...
commit
|
commitdiff
|
tree
2014-02-01
Eric Anholt
dri: Add a useful error message if someone's packages...
commit
|
commitdiff
|
tree
2014-02-01
Eric Anholt
dri: Also support the loader with libudev.so.0.
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3: Track current Present swap mode and adjust buffer...
Signed-off-by:
Eric Anholt
<eric@anholt.net>
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3: Flush XCB before blocking for special events
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3: Enable GLX_INTEL_swap_event
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3: Fix dri3_wait_for_sbc to wait for completion...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-31
Keith Packard
dri3: Track full 64-bit SBC numbers, instead of just...
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-27
Emil Velikov
loader: Add missing \n on message printing
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri: Reuse dri_message to implement our other message...
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri: Fix the logger error message handling.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri2: Trust our own driver name lookup over the server's.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri2: Open the fd before loading the driver.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
dri3: Fix two little memory leaks.
commit
|
commitdiff
|
tree
2014-01-27
Eric Anholt
loader: Use dlsym to get our udev symbols instead of...
commit
|
commitdiff
|
tree
2014-01-23
Alex Henrie
driconf: Add Catalan translations
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-23
Alex Henrie
driconf: Correct and update Spanish translations
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-23
Alex Henrie
driconf: Synchronize po files
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-17
Kenneth Graunke
i965: Remove CACHED_BATCH support altogether.
Signed-off-by:
Eric Anholt
<eric@anholt.net>
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2014-01-17
Eric Anholt
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
commit
|
commitdiff
|
tree
2014-01-17
Eric Anholt
i965: Stop doing our optimization on a copy of the...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RA...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Fix handling of MESA_pack_invert in blit (PBO...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Fix incorrect bounds tracking for blit readpixels...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Use SET_FIELD to safety check our x/y offsets...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Add an assert for when SET_FIELD's value exceeds...
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Add a safety check for emitting blits.
commit
|
commitdiff
|
tree
2014-01-09
Eric Anholt
i965: Don't call the blitter on addresses it can't...
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
i965/fs: Make the first pre-allocation heuristic be...
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
mesa: Remove the ralloc canary on release builds.
commit
|
commitdiff
|
tree
2013-11-23
Eric Anholt
i965: Fix streamed state dumping/annotation after the...
commit
|
commitdiff
|
tree
2013-11-21
Eric Anholt
mesa: Fix setup of LocalParams array.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Dynamically allocate the storage for program...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Remove PROGRAM_ENV_PARAM enum.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Remove PROGRAM_LOCAL_PARAM enum.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
mesa: Update a comment about valid values of a field.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "1/rsq(x) == sqrt(x...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a ^^ a) -> false"...
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.
commit
|
commitdiff
|
tree
2013-11-15
Eric Anholt
glsl: Move the CSE equality functions to the ir class.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Try a different pre-scheduling heuristic if...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Do instruction pre-scheduling just before...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Ignore actual latency pre-reg-alloc.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Fix message setup for SIMD8 spills.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965/fs: Prefer things we know reduce reg pressure...
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965: Fix undefined value usage in ABO setup.
commit
|
commitdiff
|
tree
2013-11-12
Eric Anholt
i965: Add a warning if something ever hits a bug I...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri3: Fix pixmap buf_id computation
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2013-11-08
Eric Anholt
glx: Add a more informative debug message in a DRI3...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
Add DRI3+Present loader
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Reviewed-by:
Eric Anholt
<eric@anholt.net>
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri/i915,dri/i965: Use driGLFormatToImageFormat and...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri/common: Add functions mapping MESA_FORMAT_* <-...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
Define __DRI_IMAGE_FORMAT_SARGB8
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri/intel: Add explicit size parameter to intel_region_alloc...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
dri/intel: Split out DRI2 buffer update code to separate...
commit
|
commitdiff
|
tree
2013-11-08
Keith Packard
drivers/dri/common: A few dri2 functions are not actually...
commit
|
commitdiff
|
tree
2013-11-07
Eric Anholt
i965: Avoid flushing the batch for every blorp op.
commit
|
commitdiff
|
tree
2013-11-05
Eric Anholt
i965: Tell the unit states how many binding table entries...
commit
|
commitdiff
|
tree
2013-11-05
Eric Anholt
i965: Fix context initialization after 2f896627175384fd5
commit
|
commitdiff
|
tree
2013-11-01
Eric Anholt
glsl: Add a CSE pass.
commit
|
commitdiff
|
tree
2013-11-01
Eric Anholt
i965/vec4: Don't overwrite op[1] when doing a UBO load.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Use the gen7 scratch read opcode when possible.
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_...
commit
|
commitdiff
|
tree
2013-10-31
Eric Anholt
i965/fs: Fix register unspills from a reg_offset.
commit
|
commitdiff
|
tree
next