index
:
mesa/mesa
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
auto-cherry-for-8.0
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
draw-ply
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-clip-state
gallium-compute
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-userbuf
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
gles3
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl-to-tgsi
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
hw_gl_select
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
kasanen-post-process
kasanen-post-process-v2
llvm-cliptest-viewport
llvm-context
llvmpipe-duma
llvmpipe-wider-regs
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
map-texture-image-v4
map-texture-image-v5
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-copyteximage-hook
remove-driver-date
remove-max-width
remove-max-width-2
remove-redundant-helpers
renderbuffer-cleanups-v2
shader-file-reorg
shader-work
softpipe_0_1_branch
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
xa_branch
The Mesa 3D Graphics Library
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
1
-2/+2
8 days
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
1
-2/+1
11 days
nouveau: Use accessor for stencil reference values
Chris Forbes
2
-2/+5
2013-05-11
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
3
-3/+3
2013-05-06
mesa: Make Mesa core set up wrapped texture renderbuffer state.
Eric Anholt
1
-18/+0
2013-05-06
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
1
-10/+0
2013-05-01
build: remove unused API_DEFINES
Andreas Boll
1
-1/+0
2013-04-30
nouveau: Replace swrast_texture_image->Map usage with ->Buffer.
Eric Anholt
1
-3/+1
2013-04-30
nouveau: Just use MapTextureImage instead of duplicating the logic.
Eric Anholt
1
-81/+18
2013-04-24
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
1
-4/+4
2013-04-24
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
1
-1/+1
2013-04-21
mesa: Introduce a globally-available minify() macro.
Eric Anholt
1
-2/+2
2013-04-17
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2
-2/+0
2013-03-07
dri/nouveau: fix crash in nouveau_flush
Jan de Groot
1
-1/+2
2013-03-05
dri/nouveau: NV17_3D class is not available for NV1a chipset
Marcin Slusarz
1
-1/+1
2013-01-24
mesa: Use a single flag for the S3TC extensions that don't require on-line co...
Ian Romanick
2
-2/+2
2013-01-22
mesa: Make the drivers call a non-code-generated dispatch table setup.
Eric Anholt
1
-1/+1
2013-01-12
Remove hacks for static Makefiles
Matt Turner
1
-3/+0
2013-01-10
Clean up .gitignore files
Matt Turner
1
-1/+0
2013-01-02
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
1
-2/+2
2012-12-16
drivers: compute version and then initialize exec table
Jordan Justen
1
-0/+6
2012-12-01
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
1
-1/+1
2012-12-01
nouveau: Fix build.
Brian Paul
1
-1/+1
2012-11-30
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
1
-2/+2
2012-11-29
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
1
-2/+2
2012-11-12
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
1
-1/+1
2012-10-29
dri: Convert driCreateConfigs to use a gl_format enum
Ian Romanick
1
-10/+6
2012-10-05
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
Brian Paul
1
-1/+1
2012-10-03
dri drivers: Link dricommon before dynamic libraries
Matt Turner
1
-2/+2
2012-10-01
build: Set visibility CFLAGS in dri/nouveau
Matt Turner
1
-0/+1
2012-09-15
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
1
-2/+0
2012-09-15
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
1
-2/+0
2012-09-01
mesa: s/FREE/free/
Brian Paul
5
-7/+7
2012-09-01
mesa: s/MALLOC/malloc/
Brian Paul
1
-1/+1
2012-08-31
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
1
-1/+1
2012-08-24
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
1
-1/+2
2012-08-14
dri: Pass API_OPENGL_CORE through to the drivers
Ian Romanick
1
-1/+23
2012-08-12
mesa: Remove unnecessary parameters CompressedTexImage
Pauli Nieminen
1
-2/+0
2012-08-12
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
1
-13/+8
2012-08-07
mesa: Replace VersionMajor/VersionMinor with a Version field.
Eric Anholt
1
-3/+1
2012-08-07
dri: Simplify use of driConcatConfigs
Chad Versace
1
-2/+1
2012-08-01
nouveau: Add support for ARB_sampler_objects
Pauli Nieminen
4
-31/+46
2012-07-24
nouveau: include glformats.h to get missing prototype
Brian Paul
1
-0/+1
2012-06-27
mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
Brian Paul
2
-4/+4
2012-06-21
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
1
-1/+0
2012-06-06
mesa: consolidate internal glCompressedTexSubImage1/2/3D code
Brian Paul
1
-6/+6
2012-06-06
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
1
-3/+3
2012-06-06
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
1
-35/+8
2012-06-06
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
1
-35/+8
2012-05-12
nouveau/vieux: finish != flush, how about we do that..
Ben Skeggs
3
-0/+23
[next]